在/etc/my.cnf未配置 [clIent] 导到mysql找不到socket

Posted 运维工匠实战(如果发现有错误请大家把正确的方法发送给我,方便

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在/etc/my.cnf未配置 [clIent] 导到mysql找不到socket相关的知识,希望对你有一定的参考价值。

 

[[email protected] mysql-5.6.16]# ./bin/mysql
ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘ (2)

 在/etc/my.cnf增加[clIent]并指定socket

[[email protected] mysql-5.6.16]# grep client -C 2 /etc/my.cnf
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
[client]
socket=/var/lib/mysql/mysql.sock

 

以上是关于在/etc/my.cnf未配置 [clIent] 导到mysql找不到socket的主要内容,如果未能解决你的问题,请参考以下文章

MySQL配置文件生效顺序

mariadb插入中文数据乱码解决过程

mysql /etc/my.cnf

mysql中通过my.cnf设置默认字符集utf-8

从启动脚本分析mysql读取my.cnf配置的顺序

mariaDB中文乱码