Find us on facebook

Jan 31, 2018

solve access denied issue to mysql server from remote machine

netstat -l --tcp -n -p


tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      -

sudo nano /etc/mysql/mysql.conf.d and comment "bind  127.0.0.1:3306"
 
netstat -l --tcp -n -p
 
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      17043/apache2

No comments:

Post a Comment