MySQL Forums
Forum List  »  Newbie

Re: How do I allow quering the db not from localhost ?
Posted by: Maxim Vexler
Date: May 16, 2005 07:17AM

Thank you, to be on the "safe" side (jsut learning) I did :

mysql> GRANT ALL ON *.* TO ZENDUSER@'%' IDENTIFIED BY 'password'

and yet I receive error's from zend studio IDE, quoting :

Server connection failure during transaction. Due to underlying exception:
'ConnectException: Connection refused connect'.
Attempted reconnect 3 times. Giving up.

The server is using xinitd if that's relevent, but mysql run's as a demon (as far as I know).
Can It be the something is blocking mysql from allowing outbound connections ?

<The server an the other machine can talk among them self's, I've ftp'ed to it>


Thank you Felix, Umesh for the help.

Options: ReplyQuote


Subject
Written By
Posted
Re: How do I allow quering the db not from localhost ?
May 16, 2005 07:17AM


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.