mysql - 无法使用 Xampp 安装 MySQL

标签 mysql logging xampp installation

菜鸟,不知道我在做什么。有什么建议吗?

这是我所看到的 - http://i.imgur.com/gzt07cp.png

mysql error

这是文本,以防您无法阅读

22:40:32 [mysql] 检测到问题! 22:40:32 [mysql] 端口 3306 正在由“C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe”使用 --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini“MySQL57”! 22:40:32 [mysql] 如果配置的端口没有空闲,MySQL 将不会启动! 22:40:32 [mysql] 您需要卸载/禁用/重新配置阻塞应用程序 22:40:32 [mysql] 或重新配置 MySQL 和控制面板以监听不同的端口 22:40:32 [mysql] 尝试启动 MySQL 应用程序...

这是日志 -

enter image description here

任何帮助都将非常感激。谢谢大家

最佳答案

只需更改端口:

To change the MySQL port for XAMPP:

You need to stop XAMPP server then open my.ini file located at: xampp/mysql/bin/my.ini

You will fine port entries on couple of lines there you can change the default port 3306 to something like 3307

Start XAMPP server.

在这里找到:https://www.quora.com/How-do-I-change-the-port-of-a-MySQL-server-in-XAMPP

关于mysql - 无法使用 Xampp 安装 MySQL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39048196/

相关文章:

mysql - 如何在1000亿条帖子中搜索关键字?

python - Django 一致的自定义日志格式

php - 如何为 proc_open 设置正确的 PATH

php - XAMPP V3.2.1 -MySQL 抛出错误

mysql- "column cannot be null"

php - 使用 PHP PDO 插入多个数组

c# - 简洁的插入语法

node.js - Express Morgan 不将日志写入文件或 STDOUT

c# - 根据 .NET Core 2.1 中的更改重新加载 Serilog JSON 配置

linux - 无法从 Ubuntu 服务器上的外部站点连接到 phpMyAdmin