mysql grant all rights to user code example Example: mysql grant all privileges to a user GRANT ALL PRIVILEGES ON database_name.* TO 'username'@'localhost';