我在MY SQL上收到此错误:
错误 MySQL说:文档
无法连接:无效设置。 phpMyAdmin尝试连接到MySQL服务器,服务器拒绝连接。您应该检查配置中的主机,用户名和密码,并确保它们与MySQL服务器管理员提供的信息一致。
我尝试了一切,但仍然遇到此错误。
这是MYSQL的错误日志:
2017-01-18 14:46:01 10496 [Note] Plugin 'FEDERATED' is disabled.<br><br>
2017-01-18 14:46:01 2558 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.<br><br>
2017-01-18 14:46:01 10496 [Note] InnoDB: Using atomics to ref count buffer pool pages<br><br>
2017-01-18 14:46:01 10496 [Note] InnoDB: The InnoDB memory heap is disabled<br><br>
2017-01-18 14:46:01 10496 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions<br><br>
2017-01-18 14:46:01 10496 [Note] InnoDB: Memory barrier is not used<br><br>
2017-01-18 14:46:01 10496 [Note] InnoDB: Compressed tables use zlib 1.2.3<br><br>
2017-01-18 14:46:01 10496 [Note] InnoDB: Not using CPU crc32 instructions<br><br>
2017-01-18 14:46:01 10496 [Note] InnoDB: Initializing buffer pool, size = 16.0M<br><br>
2017-01-18 14:46:01 10496 [Note] InnoDB: Completed initialization of buffer pool<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: Highest supported file format is Barracuda.<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: The log sequence numbers 0 and 0 in ibdata files do not match the log sequence number 59818 in the ib_logfiles!<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: Database was not shutdown normally!<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: Starting crash recovery.<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: Reading tablespace information from the .ibd files...<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: Restoring possible half-written data pages <br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: from the doublewrite buffer...<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: 1 rollback segment(s) are active.<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: Waiting for purge to start<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: 5.6.26 started; log sequence number 59818<br><br>
2017-01-18 14:46:02 10496 [Note] InnoDB: !!! innodb_force_recovery is set to 1 !!!<br><br>
2017-01-18 14:46:02 10496 [Note] Server hostname (bind-address): '*'; port: 3306<br><br>
2017-01-18 14:46:02 10496 [Note] IPv6 is available.<br><br>
2017-01-18 14:46:02 10496 [Note] - '::' resolves to '::';<br><br>
2017-01-18 14:46:02 10496 [Note] Server socket created on IP: '::'.<br><br>
我还尝试使用NAVICAT和SQLYOG,但是一旦我尝试连接我的MYSQL继续强制关闭
关于如何处理这个的任何答案?