MySQL守护程序无法启动Linux

MySQL守护程序无法启动Linux,mysql,Mysql,我在谷歌上搜索了很多关于这个问题的信息,虽然有一些解决方案,但是我尝试了所有的方法,似乎我的问题略有不同。 有人能帮我解决这个问题吗 OS:OEL6.5Linux MySQL 5.5 MySQL.log: 180625 12:03:50 [Note] Plugin 'FEDERATED' is disabled. 180625 12:03:50 InnoDB: The InnoDB memory heap is disabled 180625 12:03:50 InnoDB: Mutexes a

我在谷歌上搜索了很多关于这个问题的信息,虽然有一些解决方案,但是我尝试了所有的方法,似乎我的问题略有不同。 有人能帮我解决这个问题吗

OS:OEL6.5Linux MySQL 5.5

MySQL.log:
180625 12:03:50 [Note] Plugin 'FEDERATED' is disabled.
180625 12:03:50 InnoDB: The InnoDB memory heap is disabled
180625 12:03:50 InnoDB: Mutexes and rw_locks use GCC atomic builtins
180625 12:03:50 InnoDB: Compressed tables use zlib 1.2.3
180625 12:03:50 InnoDB: Initializing buffer pool, size = 15.0G
180625 12:03:52 InnoDB: Completed initialization of buffer pool
180625 12:03:52 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
180625 12:03:52  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Error: trying to add tablespace 2113 of name './items_table.ibd'
InnoDB: to the tablespace memory cache, but tablespace
InnoDB: 2113 of name './customer_table.ibd' already exists in the tablespace
InnoDB: memory cache!

重要提示: 在开始播放db文件之前,先进行转储(mysqldump-a>mydb.sql)

考虑以下选项之一:

  • items\u table.ibd
    从目录树中移出并重新启动mysql将修复此错误

  • 重新创建MySQL数据目录: