Mysql: Create new user

October 1st, 2008 by jeremychone

Create a new user:

grant all privileges on yourdatabase.* to youruser@localhost identified by ‘yourpwd’ with grant option;

Leave a Reply