简体   繁体   English

为什么找不到已经使用3306端口的服务器

[英]Why can't I find the server that is already using the 3306 port

I have already uploaded a question about this previously, but have a more specified one now. 我之前已经上传了有关此问题的信息,但是现在有一个更具体的问题。 The error log in xampp says that there is another mysqld server using the port and I thought it had to be the MySQLWorkbench that I had installed previously because that had a database linked to 3306 using localhost. xampp的错误日志显示,有另一个使用该端口的mysqld服务器,我认为它必须是我先前安装的MySQLWorkbench ,因为该数据库具有使用localhost链接到3306的数据库。 So I went into the config file and changed it to 3307 and then deleted the database connection several times. 因此,我进入了配置文件并将其更改为3307 ,然后多次删除了数据库连接。

This also didn't do anything, so I uninstalled the whole server and program. 这也什么也没做,所以我卸载了整个服务器和程序。

Still however, there is no way I can access the cloned repo and its definitely something simple I just cannot figure it out. 但是,仍然无法访问克隆的存储库,这绝对是简单的事情,只是我无法弄清楚。 These are the errors I get from xampp 这些是我从xampp得到的错误

2018-10-02 13:46:23 2156 [ERROR] Can't start server: Bind on TCP/IP port. 2018-10-02 13:46:23 2156 [错误]无法启动服务器:在TCP / IP端口上绑定。 Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted. 错误:10048:每个套接字地址(协议/网络地址/端口)通常仅允许使用一种。 2018-10-02 13:46:23 2156 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2018-10-02 13:46:23 2156 [错误]您是否已经在端口3306上运行另一个mysqld服务器? 2018-10-02 13:46:23 2156 [ERROR] Aborting 2018-10-02 13:46:23 2156 [错误]中止

在Windows上,您可以使用Syinternals Suite中tcpview.exe找出哪个程序使用(LocalPort)端口3306。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到 MySql 端口 3306 - Can't find MySql port 3306 无法通过 3306 端口连接到远程 MYSQL 服务器 - Can't Connect to the remote MYSQL server via 3306 port 即使 mysqld 在端口 3306 上运行,也无法连接到“localhost:3306”上的 MySQL 服务器 - Can't connect to MySQL server on 'localhost:3306' even though mysqld is running on port 3306 我无法使用mysql端口号3306访问数据库并在laravel项目中迁移 - I can't access database and migrate in laravel project using port number 3306 for mysql 无法打开端口3306进行远程连接 - Can't open port 3306 for remote connection 无法启动MySQL,3306端口忙 - Can't start MySQL, port 3306 busy 我应该为 MariaDB 使用哪个端口? 我似乎无法将 3306 用作 MariaDB 的 TCP 端口,因为 mySQL 已经在使用它 - Which port should i use for MariaDB ? I cant seem to use 3306 as TCP port for MariaDB cause mySQL is already using that Django-默认端口0而不是3306-无法连接到'127.0.0.1'上的MySQL服务器(61) - Django - default port 0 instead of 3306 - Can't connect to MySQL server on '127.0.0.1' (61) 我更改端口号而不是3306时无法连接到mysql - Can't connect to mysql when I changed its port number rather than 3306 3306端口没有收听? 无法远程连接MySQL - Port 3306 not listening? Can't connect to MySQL remotely
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM