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';
Does Drupal development make your head explode and drive you crazy?
Why not learn from someone who has paved the way instead?
Sign up to my upcoming learning series.
I am Blair Wadman and this is where I write about Drupal, PHP, CSS etc
© Blair Wadman
2005 - 2011
Post new comment