尝试登录 mysql 时,出现错误:
**[root@kics ]# mysql -u<user> -p<password> <dbName>
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '192.168.250.99' (2)**
我在互联网上搜索,但只得到答案
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
实际上 192.168.250.99 是我自己的机器ip。,当我使用时
mysql -h127.0.0.1 -u<user> -p<password> <dbName>
,它会登录但不是mysql -u<user> -p<password> <dbName>
作为其企业应用程序,我无法发布 my.cnf。请告诉我我可以提供哪个字段的值
重启机器后,我就可以登录了。但是我每次都需要重新启动它,然后对应用程序进行一些操作,我一次又一次地面临这样的问题
[root@krishna etc]# /usr/bin/mysqladmin -u root password 'pwd'
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '192.168.250.99' (2)'
Check that mysqld is running and that the socket: '192.168.250.99' exists!
请帮忙。谢谢