Add new user to MySQL database
December 30, 2008
Add new user to MySQL database. First, log into the MySQL console, and then run the following command, replacing databasename, username and password.
mysql> GRANT ALL ON databasename.* TO username@localhost IDENTIFIED BY 'password';
Learn how to write custom Drupal modules
Does Drupal module development make your head explode and drive you crazy?
Why not learn from someone who has paved the way instead?
Sign up to Master Drupal 7 Module Development.
I am
Post new comment