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