It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Howdy, Stranger!
It looks like you've been lurking for a while.
If you register, we also will remember what you have read and notify you about new comments. You will also be able to participate in discussions.
So if you'd like to get involved, register for an account, it'll only take you a minute!
Comments
first you have to comment out this line in "/etc/mysql/my.cnf":
#bind-address = 127.0.0.1
Then you have to login to your MySQL server:
mysql -u root -p
And grant privileges to connect remotely to database for user from IP with password:
my vps(mysql) = 1.1.1.1
my other server(gaming host) = 2.2.2.2