ubunto 4 上的 mysql 未运行且无法远程访问

ubunto 4 上的 mysql 未运行且无法远程访问

目前我在 ubunto 4.4 上安装了 ubunot,使用以下命令我可以看到 mysql、mysqld 正在运行

 ps -ef | grep mysql
 ps -ef | grep mysqld

但是当我运行 netstat 时,我没有在任何地方看到 mysql 和 3306。在 my.cnf 文件中,我给出了我的 ip 和端口 3306。

当我运行此命令时

sudo netstat -tap | grep mysql

我什么也没看到,命令

我需要在端口 3306 和 ip=xxxx 上运行 mysql 5 以实现远程访问

期待你的答复

答案1

您应该检查 /etc/mysql/my.cnf 中的网络绑定地址选项

以下是更多帮助:http://dev.mysql.com/doc/refman/5.5/en/can-not-connect-to-server.htmlhttp://dev.mysql.com/doc/refman/5.5/en/error-lost-connection.html

相关内容