mysql problem - creating database

Hello,

How to create database and user which have all permissions to this databse?

create database base1;
grant all on base1.* to admin1 identified by 'password';

but it doesn't works!
What's wrong?

 

 

 

 

Top