gpt4 book ai didi

Mysql端口已被使用

转载 作者:行者123 更新时间:2023-11-29 05:04:23 25 4
gpt4 key购买 nike

180718 12:43:04 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.
180718 12:43:04 [ERROR] Do you already have another mysqld server running on port: 3306 ?
180718 12:43:04 [ERROR] Aborting

有什么解决办法吗? Mysql 在基于 Windows 的服务器上运行。请给出最佳解决方案..

最佳答案

MySQL 的第二个实例或其他服务正在端口 3306 上运行。

您可以通过以下方式停止在端口 3306 上运行的服务

获取该服务的进程ID:

netstat -a -n -o | find "3306"

然后终止该进程(例如进程 ID 1234):

taskkill /pid 1234 /f

或者在不同的端口上运行 MySQL。

关于Mysql端口已被使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51467371/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com