赞
踩
在启动数据库的命令发现mysql启动不了,提示Warning: World-writable config file ‘/etc/my.cnf’ is ignored ,大概意思是权限全局可写,任何一个用户都可以写。mysql担心这种文件被其他用户恶意修改,所以忽略掉这个配置文件。这样mysql无法启动。
解决步骤如下:
1:启动mysql时
启动命令:/data0/mysql/3306/mysql start
Warning: World-writable config file '/data0/mysql/3306/my.cnf' is ignored
2:进入/data0/mysql/3306/下
cd /data0/mysql/3306/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。