我在Windows上使用Putty打开ssh隧道,将端口3306设置为从外部网络远程连接到Ubuntu 14.04操作系统上的MySql服务器数据库。 而且我仅在端口3306上收到以下错误:
Failed to add client-to-server port forwarding rule on 127.0.0.1:3306: Address is already in use; bind () in ListeningSocket :: StartListening () failed: Windows error 10013: Attempting to access the socket in ways not allowed by the respective access authorizations.
使用其他端口...例如5900和2222,隧道可以正常工作,我不明白为什么会收到错误消息,因为我也执行了命令来检查Ubuntu上的端口
sudo lsof -i: 3306
这对我来说是
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mysql 8637 mysql 10u IPv4 37615 0t0 TPC *: mysql (LISTEN)
要使端口3306上的隧道对我有用,我需要更改什么?预先感谢