mysql - grant create AND all privileges on user own database
Posted
by gpilotino
on Server Fault
See other posts from Server Fault
or by gpilotino
Published on 2010-04-02T08:41:33Z
Indexed on
2010/04/02
8:43 UTC
Read the original article
Hit count: 238
is it possible with mysql to automatically grant an user (which has CREATE privilege) ALL privileges exclusively on her new created databases ? (without manually changing rights after the db is created)
© Server Fault or respective owner