MySQL Forums
Forum List  »  Newbie

Re: create database; problem
Posted by: Bob Field
Date: June 29, 2006 05:49PM

You can use the 'root' account that's automatically set up for you. Or you can create a new account:

http://dev.mysql.com/doc/refman/5.0/en/create-user.html

Then you'll need to grant it privileges:

http://dev.mysql.com/doc/refman/5.0/en/grant.html

Options: ReplyQuote


Subject
Written By
Posted
June 29, 2006 04:34PM
June 29, 2006 05:05PM
Re: create database; problem
June 29, 2006 05:49PM


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.