Skip to main content

Grant Privileges to a Database for a User

GRANT ALL ON example_database.* TO 'example_user'@'%' WITH GRANT OPTION;