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

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

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

13条回答
  •  醉梦人生
    2020-12-02 03:55

    in my system it was

    nano /usr/local/etc/my.cnf.default 
    

    as template and

    nano /usr/local/etc/my.cnf
    

    as working.

提交回复
热议问题