/dev/sda5 15G 4.1G 11G 29% /var/lib/mysql tmpfs 393M 0 393M 0% /run/user/0 When trying to run mysql from cli: [root@appliance mysql]# mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) ...
# ./bin/mysqladmin version ./bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)' Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists! # ps -eaf | grep mysqld roo...
Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Ricardo Garcia Chavarry October 08, 2005 03:51PM Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) ...
Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) Posted by:Peter Lauren Date: July 13, 2012 09:30PM Thanks again for your reply. I was able to do everything that you suggested except for...
Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Ricardo Garcia Chavarry October 08, 2005 03:51PM Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) erick adi...
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) #when giving command "which mysql" it replies /usr/local/bin/mysql # # at the start when i installed this mysql version i get this msg ...
Connect Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) I am using a PHP script to access the mySQL database:- <?php $host="10.20.0.20"; $user="root"; $password="NOT TELLING YOU!!!"; ...
and even i am able to connect to the database using mysql/mysqli php extension API (through command-line). If i try to connect through php page running through apache, i am getting the error "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) Any ...
Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Ricardo Garcia Chavarry October 08, 2005 03:51PM Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) ...
Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Ricardo Garcia Chavarry October 08, 2005 03:51PM Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) ...