MySQL Forums
Forum List  »  Install & Repo

Re: Cannot connect to database from another host
Posted by: Barry Galbraith
Date: November 19, 2012 03:08PM

If mysql is on 10.0.0.1 and your gameserver is on 10.0.0.2, then in mysql you have to grant privileges to 'gameuser'@'10.0.0.2' so that the gameserver will be allowed to use mysql. If there is a firewall on the mysql machine, then you'll need to open port 3306 for traffic from 10.0.02.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot connect to database from another host
November 19, 2012 03:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.