Mega Code Archive

 
Categories / MySQL / User Permission
 

Grant select privilege to a user for a domain with password

GRANT   SELECT ON      PLAYERS TO      'JAMIE'@'localhost' IDENTIFIED BY 'JAMIEPASS';