eileen1017
MIS
When I issued mysql -u root -p I got the following error message:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I checked the system, it's because the mysql serice is not running on the server. Our mysql admin left the company and I am taking over. I have no prior knowledge of mysql what so ever. I am having difficulty to get the service started. I googled online and tried several method, but none of them works.
I tried /etc/init.d mysql start; mysql.server start; service mysqld start. All of them returned command not found or no such directory exist. I am totally clueless at this point. Could anyone shed some light? Thank you very much.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I checked the system, it's because the mysql serice is not running on the server. Our mysql admin left the company and I am taking over. I have no prior knowledge of mysql what so ever. I am having difficulty to get the service started. I googled online and tried several method, but none of them works.
I tried /etc/init.d mysql start; mysql.server start; service mysqld start. All of them returned command not found or no such directory exist. I am totally clueless at this point. Could anyone shed some light? Thank you very much.