Bug #69190 | Installation command sequence for 5.6 uses obsolete conf file | ||
---|---|---|---|
Submitted: | 10 May 2013 8:25 | Modified: | 3 Jul 2013 14:24 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Any |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[10 May 2013 8:25]
Daniël van Eeden
[10 May 2013 9:26]
MySQL Verification Team
Hello Daniel, Thank you for the report. Verified as described. Thanks, Umesh
[3 Jul 2013 14:24]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products. I removed the two lines and added this after the command sequence: mysql_install_db creates a default option file named my.cnf in the base installation directory. This file is created from a template included in the distribution package named my-default.cnf. For more information, see http://dev.mysql.com/doc/refman/5.6/en/server-default-configuration-file.html Note: http://dev.mysql.com/doc/refman/5.6/en/installing-source-distribution.html had a similar issue, I modified it the same way. Thanks for pointing this out.