Mysql_install_db cannot find file

前端 未结 6 1451
醉话见心
醉话见心 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:38

    If you use Brew, try to run mysql_install_db with --basedir="$(brew --prefix mariadb)"

    Change mariadb to mysql if you use mysql.

提交回复
热议问题