修改my.cnf后mysql无法运行???
问题描述
下面是my.cnf的全部内容:
## The MySQL database server configuration file.## You can copy this to one of:# - '/etc/mysql/my.cnf' to set global options,# - '~/.my.cnf' to set user-specific options.# # One can use all long options that the program supports.# Run program with --help to get a list of available options and with# --print-defaults to see which it would actually understand and use.## For explanations see# http://dev.mysql.com/doc/mysql/en/server-system-variables.html## * IMPORTANT: Additional settings that can override those from this file!# The files must end with ’.cnf’, otherwise they’ll be ignored.#!includedir /etc/mysql/conf.d/!includedir /etc/mysql/mysql.conf.d/
然后加入修改字符的两句话:
[mysql]default-character-set=utf8[mysqld]character-set-server=utf8
然后就不能运行了
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ’/var/run/mysqld/mysqld.sock’ (2)
问题解答
回答1:把新加入的两句话用#注释掉试一下,能不能启动(排除新引入配置出错)
运行mysqld status查看Mysql当前启动状态(排除因未关闭导致无法启动)
运行用户权限是否发生变化,如之前用root,现在用user(排除权限问题)
如果第一步就可以启动,则说明新配置有问题,根据响应Mysql版本查一下启动参数是不是写错,以上。
相关文章:
1. docker images显示的镜像过多,狗眼被亮瞎了,怎么办?2. css - ul ol前边的标记如何调整样式呢3. 在windows下安装docker Toolbox 启动Docker Quickstart Terminal 失败!4. dockerfile - 为什么docker容器启动不了?5. dockerfile - [docker build image失败- npm install]6. golang - 用IDE看docker源码时的小问题7. android - 哪位大神知道java后台的api接口的对象传到前端后输入日期报错,是什么情况?求大神指点8. docker不显示端口映射呢?9. css - chrome浏览器input记录上次cookie信息后,有个黄色背景~如何去除!10. javascript - 求一款靠谱点的移动端图片查看器插件,老司机速进!

网公网安备