mac 增加 my.cnf

博主使用的mysql 为 5.7.22

首先查看mysql安装目录下support-files文件夹下是否有my-default.cnf这个文件

1
2
3
4
5
6
7
8
sun:support-files sun$  pwd
/usr/local/mysql/support-files
sun:support-files sun$ ll
total 48
-rw-r--r--  1 root  wheel    773  3  4 21:40 magic
-rwxr-xr-x  1 root  wheel    894  3  4 22:27 mysql-log-rotate*
-rwxr-xr-x  1 root  wheel  10585  3  4 22:27 mysql.server*
-rwxr-xr-x  1 root  wheel   1061  3  4 22:27 mysqld_multi.server*

如果有,就好办了,直接转移到/etc下,并且修改名字为my.cnf

1
sun:support-files sun$  mv  /usr/local/mysql/support-files/my-default .cnf  /etc/my .cnf


如果没有则需要自己创建一个文件。


... 具体详情请参考个人博客

版权属于: 技术客

原文地址: https://www.sunjs.com/article/detail/d53a75484154402fa3fbcf33c51b23b9.html

著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。





你可能感兴趣的:(mac)