phpmyadmin - 无法在xampp中启动mysql

标签 phpmyadmin xampp mysql

Xampp mysql phpmyadmin 几天前运行完美。现在我遇到了这个问题。

我尝试更改端口号,但我仍然遇到这个问题

Windows 错误提示告诉我:

mysqld.exe 已停止处理以下问题详情:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: mysqld.exe
  Application Version:  5.6.16.0
  Application Timestamp:    52d55dcc
  Fault Module Name:    mysqld.exe
  Fault Module Version: 5.6.16.0
  Fault Module Timestamp:   52d55dcc
  Exception Code:   c0000005
  Exception Offset: 00b5957a
  OS Version:   6.1.7601.2.1.0.272.7
  Locale ID:    1033
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Xampp 控制面板还提供了以下错误详细信息:

10:47:55 AM  [main]     Control Panel Ready
10:47:56 AM  [mysql]    Attempting to start MySQL app...
10:47:56 AM  [mysql]    Status change detected: running
10:47:59 AM  [mysql]    Status change detected: stopped
10:47:59 AM  [mysql]    Error: MySQL shutdown unexpectedly.
10:47:59 AM  [mysql]    This may be due to a blocked port, missing dependencies, 
10:47:59 AM  [mysql]    improper privileges, a crash, or a shutdown by another method.
10:47:59 AM  [mysql]    Press the Logs button to view error logs and check
10:47:59 AM  [mysql]    the Windows Event Viewer for more clues
10:47:59 AM  [mysql]    If you need more help, copy and post this
10:47:59 AM  [mysql]    entire log window on the forums

我也试过这样做,对一些有同样问题的人有效

XAMPP - MySQL shutdown unexpectedly

我打开了错误日志,但我似乎无法理解它说的是什么。

2014-08-27 09:12:23 3296 [Note] Plugin 'FEDERATED' is disabled.
2014-08-27 09:12:23 ce4 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-08-27 09:12:23 3296 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-08-27 09:12:23 3296 [Note] InnoDB: The InnoDB memory heap is disabled
2014-08-27 09:12:23 3296 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-08-27 09:12:23 3296 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-08-27 09:12:23 3296 [Note] InnoDB: Not using CPU crc32 instructions
2014-08-27 09:12:23 3296 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-08-27 09:12:23 3296 [Note] InnoDB: Completed initialization of buffer pool
2014-08-27 09:12:23 3296 [Note] InnoDB: Highest supported file format is Barracuda.
2014-08-27 09:12:23 3296 [Note] InnoDB: The log sequence numbers 1625987 and 1625987 in ibdata files do not match the log sequence number 3459249 in the ib_logfiles!
2014-08-27 09:12:23 3296 [Note] InnoDB: Database was not shutdown normally!
2014-08-27 09:12:23 3296 [Note] InnoDB: Starting crash recovery.
2014-08-27 09:12:23 3296 [Note] InnoDB: Reading tablespace information from the .ibd files...
2014-08-27 09:12:23 3296 [Note] InnoDB: Restoring possible half-written data pages 
2014-08-27 09:12:23 3296 [Note] InnoDB: from the doublewrite buffer...
2014-08-27 09:12:25 3296 [Note] InnoDB: 128 rollback segment(s) are active.
2014-08-27 09:12:25 3296 [Note] InnoDB: Waiting for purge to start
2014-08-27 09:12:25 3296 [Note] InnoDB: 5.6.16 started; log sequence number 3459249
2014-08-27 09:12:25 3296 [Note] Server hostname (bind-address): '*'; port: 3306
2014-08-27 09:12:25 3296 [Note] IPv6 is available.
2014-08-27 09:12:25 3296 [Note]   - '::' resolves to '::';
2014-08-27 09:12:25 3296 [Note] Server socket created on IP: '::'.
2014-08-27 09:12:26 3296 [Note] Event Scheduler: Loaded 0 events
2014-08-27 09:12:26 3296 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.16'  socket: ''  port: 3306  MySQL Community Server (GPL)

我也遇到了一个解决方案,就是再次更改与skype冲突的端口。但是我的 PC 上没有安装 skype

XAMPP - Error: MySQL shutdown unexpectedly

我还尝试使用 NetStat 检查我的默认 mysql 端口 3306 是否正在使用,但它提到没有服务正在使用该端口。

感谢您的帮助。

最佳答案

当我的错误没有在mysql中运行 InnoDB:警告:不推荐使用 innodb_additional_mem_pool_size。在未来的版本中可能会删除此选项,以及选项 innodb_use_sys_malloc 和 InnoDB 的内部内存分配器。 2015-11-10 15:26:56 4348 [注意] InnoDB:使用互斥锁来引用计数缓冲池页面

解决方案:删除ibdata1, all (ib_logfile)... 然后重启xampp

关于phpmyadmin - 无法在xampp中启动mysql,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25561043/

相关文章:

php - 要解决 PDO NULL 问题,请在 PHPMyAdmin 中将字段更改为 NULL 或检查代码中是否为 NULL,如果是,则设置为空字符串?

php - 从我的手机访问XAMPP本地主机

python - 使用 python 和 mysql.connector 从表中获取数据

mysql - 选择包含mysql中特定字符的值

mysql - 使用许多左连接简化 MySQL 查询

mysql - 使用 RStudio 连接数据库 SQL

javascript - 像 PHPMYAdmin 一样通过点击更改元素

mysql - 3 个查询的输出

mysql - XAMPP:MySQL 意外关闭,尝试重新安装一切仍然不起作用

php - 转换为 mysql 预处理语句