美文网首页
Linux学习之CentOS7安装Mysql5.7直接覆盖Mar

Linux学习之CentOS7安装Mysql5.7直接覆盖Mar

作者: 6默默Welsh | 来源:发表于2019-06-06 20:23 被阅读0次

https://blog.csdn.net/nullbull/article/details/79507996

sudo systemctl start mysqld.service
错误:Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.service" and "journalctl -xe" for details.

解决:sudo vim /etc/my.cnf 把 default-character-set=utf8 换成character-set-server=utf8

相关文章

网友评论

      本文标题:Linux学习之CentOS7安装Mysql5.7直接覆盖Mar

      本文链接:https://www.haomeiwen.com/subject/qetknqtx.html