MySQL Forums
Forum List  »  Newbie

Re: trouble connecting to MySQL server on local computer from MySQL Control Center
Posted by: Peter Heiberg
Date: August 12, 2004 09:02AM

Yous hould connect using the user name 'root' (leave out @%; it indicates that root has access from any host).

If logging in to your own machine, you could use localhost, but ip should do as well. If logging in to a remote machine, make sure that you have access to perform remote logins (grant with root@clienthostname).

Regards,
Peter

Options: ReplyQuote


Subject
Written By
Posted
Re: trouble connecting to MySQL server on local computer from MySQL Control Center
August 12, 2004 09:02AM


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.