Mysql_install_db cannot find file

前端 未结 6 1617
醉话见心
醉话见心 2021-02-05 20:01

I am trying to use mysql_install_db

I am getting the following error:

FATAL ERROR: Could not find ./bin/my_print_defaults

If you compi

6条回答
  •  我寻月下人不归
    2021-02-05 20:47

    You must run the command:
    # mysql_install_db --basedir=/usr/local
    That is without bin. This option must specify a directory path location of the directory ./bin.

提交回复
热议问题