Creation base sql et user

2009-08-14

Rappel :

create database mabase;
grant all privileges on mabase.* to test identified by 'test';
mysql -h localhost -u test -ptest mabase