mysql进不去

环境:centos6.3

[root@localhost mysql]# /etc/rc.d/init.d/mysqld stop
Shutting down MySQL.                                       [确定]
[root@localhost mysql]# /etc/rc.d/init.d/mysqld start
Starting MySQL.                                            [确定]
[root@localhost tmp]# mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' 

进不去mysql,这里我mysql是正常启动了,但是mysql.sock文件地址是不对的。

我的是/tmp/mysql.sock

这里做个软链就可以了
[root@localhost mysql]# ln -s /tmp/mysql.sock /var/lib/mysql/mysql.sock
[root@localhost mysql]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.6.10 Source distribution

OK,进来了,都怪在linux下操作少啊,现在开发中需要一些linux软件就各种问题来了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值