江湖救急 mysql 无法启动。
jc 2011-08-08 04:18:52 InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use InnoDB's own implementation
110808 14:35:51 InnoDB: highest supported file format is Barracuda.
InnoDB: Error: trying to access page number 3148816594 in space 0,
InnoDB: space name ./ibdata1,
InnoDB: which is outside the tablespace bounds.
InnoDB: Byte offset 0, len 16384, i/o type 10.
InnoDB: If you get this error at mysqld startup, please check that
InnoDB: your my.cnf matches the ibdata files that you have in the
InnoDB: MySQL server.
110808 14:35:51 InnoDB: Assertion failure in thread 3086730960 in file fil/fil0fil.c line 4317
InnoDB: We intentionally generate a memory trap.
key_buffer_size=8388608
read_buffer_size=6291456
max_used_connections=0
max_threads=50
threads_connected=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 366913 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.