Re: MySQL Manager Connection Config Problem

2002-09-08 Thread Gerald R. Jensen
Odds are you have not granted your 'root' user rights to login from a node on the network. Instea dof using root, I would suggest you create another user with rights to login across the network. - Original Message - From: "John Hanley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sun

RE: MySQL Manager Connection Config Problem

2002-09-08 Thread Peter Lovatt
Hi Generally root is only allowed access from local host for security. Either use a GRANT statement to give access from the host you are using or create another user with the appropriate permissions. Not sure about the IP missmatch. HTH Peter --- E