Analo

How can I connect to MySQL from one Windows machine to another?

Asked by Analo 2 years ago windows mysql machine


Pablo G
1
 
Make sure you take a look at your Windows Firewall. Port 3306 needs to be open at all times. Also, try to double check permissions on the database using this:

grant all priviliges on 'database'.'*' to 'username'@'remote_machine_ip' identified by 'password';

by Pablo G 2 years ago

Answer this question

How can I connect to MySQL from one Windows machine to another?

0 errors found:

 
0