Problem to start mysql
Hi,
what to check, due to the problem below?
[huamin@CentOS65x64 ~]$ mysql -u user1 -p db1
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
[huamin@CentOS65x64 ~]$ start mysqld
start: Unknown job: mysqld
[huamin@CentOS65x64 ~]$
|