2013-08-19 99 views
0

我的MySQL服务器在ESXi服务器重启后刚刚停止工作... 它不会自动启动,而且我无法从Unix shell启动它。ESXi重启后无法启动MySQL

~# service mysql restart 
restart: Unknown instance: 

~# sudo service mysql start 
start: Job failed to start 

~# sudo -u mysql mysqld 
~# 
~# netstat -tap | grep mysql 
~# 
~# service mysql restart 
restart: Unknown instance: 

/var/log /:mysql.err和mysql.log中的文件为空。 文件在这里/var/log/mysql/error.log有一些信息:

Version: '5.1.62-0ubuntu0.11.10.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu) 
130410 9:50:54 [ERROR] /usr/sbin/mysqld: Table './radius/radcheck' is marked as crashed and should be repaired 
130410 9:50:54 [Warning] Checking table: './radius/radcheck' 
130410 9:50:54 [ERROR] /usr/sbin/mysqld: Table './radius/radpostauth' is marked as crashed and should be repaired 
130410 9:50:54 [Warning] Checking table: './radius/radpostauth' 
130410 9:50:54 [ERROR] /usr/sbin/mysqld: Table './radius/resv' is marked as crashed and should be repaired 
130410 9:50:54 [Warning] Checking table: './radius/resv' 
130819 22:31:21 [Note] Plugin 'FEDERATED' is disabled. 
130819 22:31:21 InnoDB: Initializing buffer pool, size = 8.0M 
130819 22:31:21 InnoDB: Completed initialization of buffer pool 
InnoDB: The log sequence number in ibdata files does not match 
InnoDB: the log sequence number in the ib_logfiles! 
130819 22:31:21 InnoDB: Database was not shut down normally! 
InnoDB: Starting crash recovery. 
InnoDB: Reading tablespace information from the .ibd files... 
InnoDB: Restoring possible half-written data pages from the doublewrite 
InnoDB: buffer...  

谁能告诉我,这可能是错在这里?

+0

所有对您的文件系统似乎都不太好。 – devnull

+0

这个问题更多的是关于服务器/数据库管理而不是关于编程,可能在这里是焦点话题。 –

回答