2013-08-19 160 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

這個問題更多的是關於服務器/數據庫管理而不是關於編程,可能在這裏是焦點話題。 –

回答