mercredi 21 octobre 2009

Mysql

mysql> create database 3900_test;
Query OK, 1 row affected (0,00 sec)

mysql> grant all privileges on 3900_test.* to 'test'@'localhost' identified by 'test';
Query OK, 0 rows affected (0,00 sec)