MySQL Forums
Forum List  »  MySQL Administrator

Re: how can i access mysql remote machine
Posted by: Barry Galbraith
Date: August 30, 2009 01:29AM

Assume mysql server is on server.domain.com
assume client is on client.anotherdomain.com

In mysql, permit user clientuser@client.anotherdomain.com and grant access to the schemas you want.
Make sure any firewall between the two machines is not blocking port 3306 towards the server.
Then on the client, start Administrator GUI.

Host is server.domain.com
User is clientuser
Password is clientuser's password.

Connect, and you will see the schemas that clientuser has rights on.

Good Luck.
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: how can i access mysql remote machine
August 30, 2009 01:29AM


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.