Support
Database
What are the default / allowed privileges for
MySQL databases?
By
default on all MySQL databases the current privileges
are given -
SELECT,
INSERT, UPDATE, DELETE, CREATE, DROP, INDEX,
ALTER, LOCK TABLES, EXECUTE, CREATE ROUTINE,
ALTER ROUTINE.
CREATE
TEMPORARY TABLES is the only other privilege
that can be granted if a support ticket is raised,
no others are available.