mysql_install_db FATAL ERROR: Could not find ./bin/my_print_defaults

// look for binary path.
# which mysql_install_db
/usr/local/bin/mysql_install_db

// look for binary path.
# which my_print_defaults
/usr/local/bin/my_print_defaults

// set basedir to /usr/local
 /usr/local/bin/mysql_install_db --basedir=/usr/local

 

posted on 2012-09-12 16:04  小浪鼓  阅读(3707)  评论(0编辑  收藏  举报

导航