mysql8修改my.cnf后sql mode 全局无效

背景:docker部署mysql8.0 修改my.cnf中的sql_mode不生效

排查:1、确定配置文件my.cnf位置(/etc/my.conf)  --没问题

2、语法错误----没问题

3、重启  ---还是无效

3、进入容器使用 mysql -u root -p 报错:

World-writable config file '/etc/my.cnf' is ignored.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

修改my.cnf文件权限为644   解决

你可能感兴趣的:(mysql,mysql)