Hello

I need to setting special privilege to user that must can create/delete db

I have already setting this on 2 server .. .. but don't remember best way to make this

In other server I have setting privilege for user accdo_u

this user have all privilege on db accdo%

I remember that have setting this directly on phpmyadmin with 2/3 row of sql

can be anything as
GRANT ALL ON accdo% TO 'accdo_u'@'localhost'

what best way to do this ?

Thanks