> GRANT CREATE ON *.* TO 'username'@'localhost';
> GRANT INSERT ON *.* TO 'username'@'localhost';
> GRANT DELETE ON *.* TO 'username'@'localhost';
> GRANT DROP ON *.* TO 'username'@'localhost';
> GRANT SELECT ON *.* TO 'username'@'localhost';
> GRANT UPDATE ON *.* TO 'username'@'localhost';
> GRANT GRANT OPTION ON *.* TO 'username'@'localhost';