Coded zone

The place where all the coded stuffs reside.

Monday, July 16, 2007

Mysql creating new users and assigning permissions

Recently I tried to create a database to install mambo.

mysql> use forum_mambo
Database changed
mysql> GRANT ALL PRIVILEGES ON forum_mambo to forum_mambo@localhost identified by 'forum_mambo';
Query OK, 0 rows affected (0.11 sec)

0 Comments:

Post a Comment

<< Home