• unknown's avatar
    Clean up safe_mysqld, mysql_install_db and mysql.server. They · d3cce712
    unknown authored
    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
    d3cce712
mysql_install_db.sh 12.3 KB