原贴地址,求帮忙.....
http://bbs.csdn.net/topics/390443669?page=1#post-394356068

解决方案 »

  1.   

    http://bbs.csdn.net/topics/390443669?page=1#post-394356068
      

  2.   

    没遇到过...围观。
    先尝试通过备份和二进制日志文件恢复数据
    然后升级Mysql版本。
      

  3.   

    InnoDB: Starting crash recovery.
    InnoDB: Reading tablespace information from the .ibd files...
    InnoDB: Restoring possible half-written data pages from the doublewrite
    InnoDB: buffer...
    130429 16:21:33  InnoDB: Waiting for the background threads to start
    130429 16:21:34 InnoDB: 1.1.8 started; log sequence number 7786339095
    130429 16:21:34 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
    130429 16:21:34 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
    130429 16:21:34 [Note] Server socket created on IP: '0.0.0.0'.
    130429 16:21:34 [Note] Event Scheduler: Loaded 0 events
    130429 16:21:34 [Note] d:\database\xampp\mysql\bin\mysqld.exe: ready for connections.
    Version: '5.5.27'  socket: ''  port: 3306  MySQL Community Server (GPL)
    01:36:06 UTC - mysqld got exception 0xc0000005 ;
    This could be because you hit a bug. It is also possible that this binary
    or one of the libraries it was linked against is corrupt, improperly built,
    or misconfigured. This error can also be caused by malfunctioning hardware.
    We will try our best to scrape up some info that will hopefully help
    diagnose the problem, but since we have already crashed, 
    something is definitely wrong and this may fail.key_buffer_size=402653184
    read_buffer_size=2097152
    max_used_connections=10
    max_threads=151
    thread_count=4
    connection_count=4
    It is possible that mysqld could use up to 
    key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1012810 K  bytes of memory
    Hope that's ok; if not, decrease some variables in the equation.Thread pointer: 0x39860008
    Attempting backtrace. You can use the following information to find out
    where mysqld died. If you see no messages after this, something went
    terribly wrong...
    55e396    mysqld.exe!?lock_db_routines@@YA_NPAVTHD@@PAD@Z()
    8f6834    mysqld.exe!?threads@@3V?$I_List@VTHD@@@@A()
    442f10    mysqld.exe!?set_statement@THD@@UAEXPAVStatement@@@Z()
    ffffffffffffda58    Trying to get some variables.
    Some pointers may be invalid and cause the dump to abort.
    Query (397b8ff0): drop database data_schConnection ID (thread ID): 2344
    Status: NOT_KILLEDThe manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
    information that should help you find out what is causing the crash.谢谢斑竹提醒,看了上面给的地址,有个表需要要频繁插入和更新记录,如果不开启锁,会不会引起崩溃呢?