startup MySQL times wrong:
141220 07:50:59 mysqld_safe mysqld from PID File/usr/local/mysql/data/vps.cbo999.com.pid ended
141220 07:54:30 Mysqld_safe starting mysqld daemon with databases From/usr/local/mysql/data
141220 7:54:30 [note] Plugin ' InnoDB ' is disabled.
141220 7:54:30 [note] Server hostname (bind-address): ' 0.0.0.0 '; port:3306
141220 7:54:30 [note]– ' 0.0.0.0 ' resolves to ' 0.0.0.0 ';
141220 7:54:30 [note] Server socket created on IP: ' 0.0.0.0 '.
141220 7:54:30 [note] Event scheduler:loaded 0 Events
141220 7:54:30 [note]/usr/local/mysql/bin/mysqld:ready for connections.
Version: ' 5.5.34-log ' socket: '/tmp/mysql.sock ' port:3306 Source distribution
141220 7:54:48 [note]/usr/local/mysql/bin/mysqld:normal shutdown
Analysis: Is/tmp/mysql.sock does not exist
Because the MySQL default mysql.sock is in/var/lib/mysql/mysql.sock, create a symbolic connection:
Ln-s/var/lib/mysql/mysql.sock/tmp/mysql.sock
Then start MySQL, fix it.