MySQL Forums
Forum List  »  Newbie

Re: How to connect with MySQL on Linux from Windows...
Posted by: Matt Bunter
Date: August 23, 2005 06:55AM

Try a :

GRANT ALL PRIVILEGES ON yourdb.* TO 'your_user'@'salai.mydomain.com' IDENTIFIED BY 'some_pass';

Regards,

Matt

Options: ReplyQuote


Subject
Written By
Posted
Re: How to connect with MySQL on Linux from Windows...
August 23, 2005 06:55AM


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.