MySQL Forums
Forum List  »  Newbie

Re: how do I connect to MySql without password?
Posted by: Chris Stubben
Date: March 24, 2005 09:46PM

Hi,

I would just add a devuser without a password with the fewest permissions possible. Then connect using that account.

GRANT select, update, delete, insert, create on devdb.* to 'devuser'@'localhost';




Chris

Options: ReplyQuote


Subject
Written By
Posted
Re: how do I connect to MySql without password?
March 24, 2005 09:46PM


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.