jordanpope
Programmer
I am attempting to set up a user account (that can be used from a php application) that has SELECT privileges on all tables of a given database, and CREATE, DROP, and INSERT on only those tables that the user actually creates (ie. the user can CREATE new tables, and INSERT and DROP on those tables - but not INSERT and DROP on the other tables).
How can I grant INSERT and DROP on tables that don't yet exist?
Thanks
How can I grant INSERT and DROP on tables that don't yet exist?
Thanks