Mysql_install_db cannot find file

前端 未结 6 1436
醉话见心
醉话见心 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 21:01

    gotta add the path of mysql installation in system path try: sudo path=${PATH}:/usr/local/mysql/bin if you installed mysql in "/usr/local/mysql"

提交回复
热议问题