MySQL服务器没有运行

我很抱歉我的英语不好。 将MySQL升级到5.6.17版本之后,它不起作用。 我正在使用Windows 7作为我的服务器的操作系统。 这里是my.ini和错误日志:

[mysqld] basedir=C:\_server\_release\_backend\Mysql\ datadir=C:\_server\_release\_backend\Mysql\data\ port =3306 back_log = 50 flush_time=0 max_connections = 30 max_connect_errors = 10 open_files_limit=4110 key_buffer_size = 25M read_buffer_size=2M read_rnd_buffer_size=4M join_buffer_size = 1M sort_buffer_size = 1M bulk_insert_buffer_size = 2M max_allowed_packet = 2M max_heap_table_size = 25M max_sort_length = 20 max_tmp_tables = 25 table_open_cache = 400 table_definition_cache = 400 tmp_table_size = 25M wait_timeout=60 interactive_timeout=30 ft_min_word_len=4 thread_cache_size = 4 thread_concurrency = 4 connect_timeout = 5 query_cache_type=1 query_cache_size=25M query_cache_limit = 256K myisam_max_sort_file_size = 256M myisam_repair_threads = 1 myisam-recover-options=backup,force transaction-isolation = READ-COMMITTED lower_case_table_names = 2 #innodb_force_recovery=6 innodb_file_per_table = 1 innodb_file_format = barracuda innodb_buffer_pool_size=256M [mysqldump] quick max_allowed_packet =16M [mysql] no-auto-rehash # Remove the next comment character if you are not familiar with SQL #safe-updates [isamchk] key_buffer =20M sort_buffer_size =20M read_buffer =2M write_buffer =2M [myisamchk] key_buffer =20M sort_buffer_size =20M read_buffer =2M write_buffer =2M [mysqlhotcopy] interactive-timeout 2014-04-03 23:21:51 7788 [Note] Plugin 'FEDERATED' is disabled. 2014-04-03 23:21:51 7788 [Note] InnoDB: The InnoDB memory heap is disabled 2014-04-03 23:21:51 7788 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2014-04-03 23:21:51 7788 [Note] InnoDB: Compressed tables use zlib 1.2.3 2014-04-03 23:21:51 7788 [Note] InnoDB: Not using CPU crc32 instructions 2014-04-03 23:21:51 7788 [Note] InnoDB: Initializing buffer pool, size = 256.0M 2014-04-03 23:21:51 7788 [Note] InnoDB: Completed initialization of buffer pool 2014-04-03 23:21:51 7788 [Note] InnoDB: Highest supported file format is Barracuda. 2014-04-03 23:21:51 7788 [Note] InnoDB: 128 rollback segment(s) are active. 2014-04-03 23:21:51 7788 [Note] InnoDB: Waiting for purge to start 2014-04-03 23:21:51 7788 [Note] InnoDB: 5.6.15 started; log sequence number 1600339 2014-04-03 23:21:51 7788 [ERROR] Aborting 

我不能禁用InnoDB数据存储,因为我想在将来使用它。 目前没有使用此存储的表。 我希望你能帮助我。 感谢提前。

如果InnoDB中没有数据,请尝试删除InnoDB日志文件ib_logfile0ib_logfile1 。 错误日志条目表明这些以某种方式导致问题。