For homebrew mysql installs, where's my.cnf?

前端 未结 13 1343
夕颜
夕颜 2020-12-02 03:16

For homebrew mysql installs, where\'s my.cnf? Does it install one?

13条回答
  •  伪装坚强ぢ
    2020-12-02 04:11

    You can find where the my.cnf file has been provided by the specific package, e.g.

    brew list mysql # or: mariadb
    

    In addition to verify if that file is read, you can run:

    sudo fs_usage | grep my.cnf
    

    which will show you filesystem activity in real-time related to that file.

提交回复
热议问题