Hello!
Try check with mytop
Anyone have idea how fix that?
Code:
PID USER PR NIVIRT RES SHR S %CPU %MEM TIME+ COMMAND
2942 apache 20 0 103m 15m 3084 R 79 0.4 0:02.83 httpd
2466 mysql 20 0 634m 69m 4764 S 29 1.8 1:36.59 mysqld
2777 apache 20 0 98012 9544 3104 S 15 0.2 0:02.00 httpd
Try check with mytop
Code:
Cannot connect to MySQL server. Please check the:
* database you specified "" (default is "")
* username you specified "da_admin" (default is "root")
* password you specified "xxxxxxx" (default is "")
* hostname you specified "localhost" (default is "localhost")
* port you specified "3306" (default is 3306)
* socket you specified "" (default is "")
The options my be specified on the command-line or in a ~/.mytop
config file. See the manual (perldoc mytop) for details.
Here's the exact error from DBI. It might help you debug:
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Anyone have idea how fix that?