I want enable external connections in MySql , i added in my.cnf file :
bind-address with my specific ip
I Granted all the privileges to root
when i try to connect from mysqlworkbench i have this message
Can you help me ? Thanks
I want enable external connections in MySql , i added in my.cnf file :
bind-address with my specific ip
I Granted all the privileges to root
when i try to connect from mysqlworkbench i have this message
Can you help me ? Thanks
This is not a privileges problem. The error message says a connection to the MySQL server could not be made. Hence it makes no sense to play with grants here. First check if you can "physically" reach the server. For instance ping the target machine and run a telnet command in a terminal to see if the server process is accessible. Firewall settings, other network related problems etc. may block access. Only when you have solved this you can continue with figuring out how to log in (which will give you a different error message, like Access denied for user blah@foo using password: YES or similar).