• unknown's avatar
    - Added option "--skip-name-resolve" to mysql_install_db to be able to · c2a51342
    unknown authored
       use the local machine's IP address instead of the host name when 
       building the initial grant tables if "skip-name-resolve" has been
       specified in my.cnf. This can be helpful on FreeBSD to avoid
       thread-safety problems with the FreeBSD resolver libraries.
       (Thanks to Jeremy Zawodny for the patch)
    
    
    scripts/mysql_install_db.sh:
       - Added option "--skip-name-resolve" to use the local machine's IP address
         instead of the host name when building the initial grant tables if
         "skip-name-resolve" has been specified in my.cnf (Thanks to Jeremy 
         Zawodny for the patch)
    c2a51342
mysql_install_db.sh 13.9 KB