MySQL Forums
Forum List  »  Newbie

Re: connect as remote server
Posted by: Grzegorz Agacinski
Date: March 13, 2012 06:23AM

Hi,

as this is on remote server you must meka sure that port 3306 (defualt on which MySQl server listed) can accept connection, second ensure that user you use to connect from local to remote machine can establish sesion from your local PC

SELECT user,host from user;

in your case you should see someting like this:

user,host
27, 10.149.20.120

I hope it will help

Greg

Grzegorz Agacinski
http://webdevsphere.com

Options: ReplyQuote


Subject
Written By
Posted
Re: connect as remote server
March 13, 2012 06:23AM


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.