MySQL Remote connection not working.

Marcooo

New member
Joined
Oct 6, 2019
Messages
4
Hello,

My MySQL remote connection is not working i try different things like firewall off, port added to iptables / firewall, add the ip or % to access hosts But no luck. The port 3306 is open but i can't connect to the database server i only get the error "Can't connect to MySQL server on 'xx.xx.xxx.xx' (111)"

What i can do?


Greetings Marco
 
Are You trying to connect manually by:
mysql -h xxx.xxx.xxx.xxx -u user_user -p -D base_base
 
Back
Top