ERROR 2003 (HY000): Can't connect to MySQL server on '129.28.149.240' (111) mysql 沒法...

環境: ubuntu  mysqlmysql

一. 查看端口sql

能夠看到mysql監控的是本機Ipubuntu

root@jiang:/etc/mysql/mysql.conf.d# netstat -apn|grep 3306 tcp 0      127 0.0.0.1:3306            0.0.0.0:*               LISTEN      12770/mysqld

二. 修改mysql 配置文件tcp

將bind-address = 127.0.0.1 # 表示容許任何主機登錄MySQL port=3306 改成
spa

bind-address = 0.0.0.0  # 表示容許任何主機登錄MySQL

三. 重啓mysqlrest

sudo service mysql restart

四. 遠程鏈接成功code

jiang@jiang:~$ mysql -h 106.13.46.152 -u jiang -p1 -P 3306 mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g.
相關文章
相關標籤/搜索