Quote:
Originally Posted by iamsam
Hey, guys. I've got a problem I hope you could help me with. I've been trying to connect to my MySQL database using SQLyog so I can manage it remotely. However, I keep getting an error that says "Can't connect to MySQL server". I've checked and made sure that all the settings (mysql server, username and password, etc.) are correct and they are, but I just can't seem to connect to my database.
Is there anything I could do to fix this?
|
Make sure external connections are allowed. Sometimes its set so only localhost can connect.
If that is the case you have two options.
1) Change the setting to allow external connections or at least connections from your IP
2) Connect through SSH (I believe SQLyog offers this)
The other possibility is your firewall if you have one.