By default on all MySQL databases the current privileges are given -
ALTER, CREATE, CREATE TEMPORARY TABLES, DELETE, INDEX, LOCK TABLES, SELECT
ALTER ROUTINE, CREATE ROUTINE, CREATE VIEW, DROP, EXECUTE, INSERT, SHOW VIEW, UPDATE
If you need to grant extra privileges you can create a standalone user and assign to this user through the hosting control panel, you can find the guide on how to do this
here.