【发布时间】:2019-04-02 18:51:17
【问题描述】:
我正在尝试使用 phpMyAdmin 登录 MySQL 服务器,当我尝试在 XAMPP 上启动 MySQL 服务器时,它不起作用。我正在使用 Xampp 5.6.30
我已经尝试更改 my.ini 中的端口,并且还删除了一些文件夹,因为我在 StackOverflow 上找到了答案
当我尝试启动它时会发生这种情况:
[mysql] Problem detected!
[mysql] Port 3306 in use by "Unable to open process"!
[mysql] MySQL WILL NOT start without the configured ports free!
[mysql] You need to uninstall/disable/reconfigure the blocking application
[mysql] or reconfigure MySQL and the Control Panel to listen on a different port
我想登录 phpMyAdmin,但我只能在 Xampp 上启动 Apache 服务器。
【问题讨论】:
-
你的操作系统是什么?
-
Windows 7 64 位 @elporfirio
-
其他东西正在使用端口 3306。它可能是您在找到 XAMPP 之前尝试安装的另一个 MySQL 服务器实例
标签: mysql phpmyadmin xampp