I created a new MySQL user with permission to create new databases and tables. I want also that this user have all permissions on databases he will create but not on at this point existing databases. How can I do this?
Asked
Active
Viewed 36 times
3
-
1Technically not possible. mysql perms are either "everything" or "explicitly just the the following". there's no time-based capability, or "new only", etc... – Marc B Dec 02 '15 at 17:50