Bug #27324 | mysql_install_db shows different behaviour than before | ||
---|---|---|---|
Submitted: | 21 Mar 2007 11:16 | Modified: | 23 Mar 2007 12:29 |
Reporter: | Oli Sennhauser | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 5.1.15 and 5.1.16 | OS: | |
Assigned to: | CPU Architecture: | Any |
[21 Mar 2007 11:16]
Oli Sennhauser
[21 Mar 2007 12:29]
Valeriy Kravchuk
Thank you for a problem report. Please, send URL used to download binaries of 5.1.16 that demonstrates the behaviour described.
[22 Mar 2007 14:59]
Oli Sennhauser
su - mysql mkdir -p ~/product cd ~/product wget http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.16-beta-linux-i686-glibc23.tar.gz/f... tar -xzf mysql-5.1.16-beta-linux-i686-glibc23.tar.gz cd mysql-5.1.16-beta-linux-i686-glibc23 ./scripts/mysql_install_db Could not find help file 'fill_help_tables.sql' in ./support-files or inside /usr.
[23 Mar 2007 9:38]
Oli Sennhauser
Hi Valeriy I got the reason: ubuntu installed /etc/mysql/my.cnf and this had set all my settings to the wrong place.... Sorry for the troubles!
[23 Mar 2007 12:29]
Valeriy Kravchuk
So this is not a result of bug in MySQL's code.