MySQL Forums
Forum List  »  MySQL Administrator

Re: How to start mysql using my own user account rather than root?
Posted by: rajitha kumari
Date: May 19, 2011 03:45PM

hi,
need to create the user either by using :

grant st or insert a new record into mysql.user table

ex:
grant all privileges on *.* to 'jiapei'@'localhost' identified by 'password'

or
insert into mysql.user;

Options: ReplyQuote


Subject
Written By
Posted
Re: How to start mysql using my own user account rather than root?
May 19, 2011 03:45PM


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.