Clean up safe_mysqld, mysql_install_db and mysql.server. They
should now work the way you expect them to (process command-line arguments consistently). scripts/mysql_install_db.sh: - use mysql_print_defaults instead of awk hack - actually pass unrecognized options to mysqld, instead of ignoring them - recognize a [mysql_install_db] section of my.cnf - general cleanup scripts/safe_mysqld.sh: - handle a relative pid-file the same way mysqld does support-files/mysql.server.sh: - use mysql_print_defaults instead of awk hack - recognize a [mysql_server] section of my.cnf - handle a relative pid-file the same way mysqld does - general cleanup Docs/manual.texi: - News item: safe_mysqld, mysql.server and mysql_install_db have been modified
Showing
Please register or sign in to comment