j
k
j a
j l
grant all on databasename.* to username@host identified by 'password'; flush privileges;
grant all on databasename.* to username@host identified by 'password';
flush privileges;
oh and you dont need to grant 'all' you can specify what you want that user to be able to do, ie create, drop, delete etc...
thanks
Back to the thread
Back to the list