Question
Managed database (MySQL) - Error while importing database
I’m getting a user privilege error for doadmin while importing a database via command line client on to the newly created database cluster. Importing databases
**Error**: *ERROR 1227 (42000) at line 18: Access denied; you need (at least one of) the SUPER, SYSTEM_VARIABLES_ADMIN or SESSION_VARIABLES_ADMIN privilege(s) for this operation*
How do I grant doadmin Super_priv?
Thanks,
GA
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×