日志错误如下:110225 15:11:04 mysqld_safe mysqld from pid file /usr/local/mysql/var//localhost.localdomain.pid ended
110225 15:11:05 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var/
110225 15:11:06 [Note] Plugin 'FEDERATED' is disabled.
110225 15:11:06 [Note] Plugin 'InnoDB' is disabled.
110225 15:11:06 [Note] Plugin 'ndbcluster' is disabled.
110225 15:11:06 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MySQL server acts as a slave and has his hostname changed!! Please use '--relay-log=localhost-relay-bin' to avoid this problem.
110225 15:11:06 [Note] Event Scheduler: Loaded 2 events
110225 15:11:06 [Note] /usr/local/mysql/libexec/mysqld: ready for connections.
Version: '5.1.41'  socket: '/usr/local/mysql/tmp/mysql.sock'  port: 3306  Source distribution执行show engines,innoDB一项如下'ndbcluster', 'NO', 'Clustered, fault-tolerant tables', NULL, NULL, NULL
'MRG_MYISAM', 'YES', 'Collection of identical MyISAM tables', 'NO', 'NO', 'NO'
'BLACKHOLE', 'YES', '/dev/null storage engine (anything you write to it disappears)', 'NO', 'NO', 'NO'
'CSV', 'YES', 'CSV storage engine', 'NO', 'NO', 'NO'
'MEMORY', 'YES', 'Hash based, stored in memory, useful for temporary tables', 'NO', 'NO', 'NO'
'FEDERATED', 'NO', 'Federated MySQL storage engine', NULL, NULL, NULL
'ARCHIVE', 'YES', 'Archive storage engine', 'NO', 'NO', 'NO'
'InnoDB', 'NO', 'Supports transactions, row-level locking, and foreign keys', NULL, NULL, NULL
'MyISAM', 'DEFAULT', 'Default engine as of MySQL 3.23 with great performance', 'NO', 'NO', 'NO'