繁体   English   中英

MySQL未在xampp中运行

[英]Mysql is not running in xampp

当我安装xampp时,将启动mysql,但是现在我在使用mysql时遇到问题

我的SQL未运行

错误日志是

2014-01-23 21:45:06 5264 [Note] Plugin 'FEDERATED' is disabled.
2014-01-23 21:45:06 15dc InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-01-23 21:45:06 5264 [Note] InnoDB: The InnoDB memory heap is disabled
2014-01-23 21:45:06 5264 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-01-23 21:45:06 5264 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-01-23 21:45:06 5264 [Note] InnoDB: Not using CPU crc32 instructions
2014-01-23 21:45:06 5264 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-01-23 21:45:06 5264 [Note] InnoDB: Completed initialization of buffer pool
2014-01-23 21:45:06 5264 [Note] InnoDB: Highest supported file format is Barracuda.
2014-01-23 21:45:06 5264 [Note] InnoDB: The log sequence numbers 0 and 0 in ibdata files do not match the log sequence number 2472401 in the ib_logfiles!
2014-01-23 21:45:06 5264 [Note] InnoDB: Database was not shutdown normally!
2014-01-23 21:45:06 5264 [Note] InnoDB: Starting crash recovery.
2014-01-23 21:45:06 5264 [Note] InnoDB: Reading tablespace information from the .ibd files...
2014-01-23 21:45:06 5264 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/slave_relay_log_info uses space ID: 3 at filepath: .\mysql\slave_relay_log_info.ibd. Cannot open tablespace wordpress/wp_terms which uses space ID: 3 at filepath: .\wordpress\wp_terms.ibd
InnoDB: Error: could not open single-table tablespace file .\wordpress\wp_terms.ibd
InnoDB: We do not continue the crash recovery, because the table may become
InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
InnoDB: To fix the problem and start mysqld:
InnoDB: 1) If there is a permission problem in the file and mysqld cannot
InnoDB: open the file, you should modify the permissions.
InnoDB: 2) If the table is not needed, or you can restore it from a backup,
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
InnoDB: crash recovery and ignore that table.
InnoDB: 3) If the file system or the disk is broken, and you cannot remove
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
InnoDB: and force InnoDB to continue crash recovery here.

我怎么解决这个问题

您可以尝试在以下位置删除ibdata1文件: C:\\ xampp \\ mysql \\ data

根据您的xampp安装文件夹更改“ C:\\ xampp”。 请记住,按照以下步骤重新启动xampp。

答案就在您的问题上

2014-01-23 21:45:06 5264 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/slave_relay_log_info uses space ID: 3 at filepath: .\mysql\slave_relay_log_info.ibd. Cannot open tablespace wordpress/wp_terms which uses space ID: 3 at filepath: .\wordpress\wp_terms.ibd
InnoDB: Error: could not open single-table tablespace file .\wordpress\wp_terms.ibd
InnoDB: We do not continue the crash recovery, because the table may become
InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
InnoDB: To fix the problem and start mysqld:
InnoDB: 1) If there is a permission problem in the file and mysqld cannot
InnoDB: open the file, you should modify the permissions.
InnoDB: 2) If the table is not needed, or you can restore it from a backup,
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
InnoDB: crash recovery and ignore that table.
InnoDB: 3) If the file system or the disk is broken, and you cannot remove
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
InnoDB: and force InnoDB to continue crash recovery here.

简而言之,由于关闭不当,mysql无法读取您的。\\ wordpress \\ wp_terms.ibd文件,并且该文件可能已损坏。

如果您不需要该数据库,请按照步骤3进行操作

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM