【问题标题】:Cant start MySQL Server from XAMPP无法从 XAMPP 启动 MySQL 服务器
【发布时间】:2021-01-24 16:40:07
【问题描述】:

我在 Wordpress 中使用 xampp mySQL 已有一年多了,这是我第一次无法正常工作。当我启动 MySQL 时,我收到此错误(它是德语,基本上在这里,它无法启动并检查端口是否正在使用并打开日志以获取更多信息):

Fehler: MySQL wurde unerwartet beendet
17:01:03  [mysql]   Ursache könnte ein geblockter Port, fehlende Abhängigkeiten,
17:01:03  [mysql]   fehlende Berechtigungen, ein Absturz oder ein Abbruch einer anderen Methode sein.
17:01:03  [mysql]   Drücke den Logs Button um error logs zu sehen und prüfe
17:01:03  [mysql]   im Windows Event Viewer für weitere Hinweise
17:01:03  [mysql]   Wenn du weitere Hilfe benötigst, kopiere den kompletten Inhalt des Log Fensters
17:01:03  [mysql]   und füge ihn als Ergänzung in einem neuen Forum Eintrag hinzu.

我已经检查了端口 3306 是否空闲并且它是(MySQL 服务器应该在该端口上运行)。 我还检查了 mysql_error.log。这是最后几行:

InnoDB: using atomic writes.
2020-10-09 17:01:01 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-10-09 17:01:01 0 [Note] InnoDB: Uses event mutexes
2020-10-09 17:01:01 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-10-09 17:01:01 0 [Note] InnoDB: Number of pools: 1
2020-10-09 17:01:01 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-10-09 17:01:01 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk 
size = 16M
2020-10-09 17:01:01 0 [Note] InnoDB: Completed initialization of buffer pool
2020-10-09 17:01:01 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-10-09 17:01:01 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-10-09 17:01:01 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. 
Physically writing the file full; Please wait ...
2020-10-09 17:01:01 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-10-09 17:01:01 0 [Note] InnoDB: Waiting for purge to start
2020-10-09 17:01:01 0 [Note] InnoDB: 10.4.8 started; log sequence number 240572804; transaction id 
221340
2020-10-09 17:01:01 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-10-09 17:01:01 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-10-09 17:01:01 0 [Note] Server socket created on IP: '::'.
2020-10-09 17:01:01 0 [Note] InnoDB: Buffer pool(s) load completed at 201009 17:01:01

有人可以在不卸载 xampp 的情况下帮我解决这个问题吗?

【问题讨论】:

  • 如果你能把它翻译成英文对我们来说会快很多。

标签: php mysql wordpress xampp


【解决方案1】:

我无法解决这个问题,所以我只是将 /xampp/mysql/data 中的目录与我的本地驱动程序上的数据库名称一起保存,然后卸载 xampp,然后我再次安装 xampp 并将目录导入 / xampp/mysql/数据。所以在我的情况下它确实有效。

【讨论】:

    猜你喜欢
    • 2021-03-11
    • 2016-04-19
    • 2021-07-21
    • 2014-11-21
    • 2016-10-02
    • 1970-01-01
    • 2015-07-03
    • 2014-12-22
    • 2016-01-08
    相关资源
    最近更新 更多