Mega Code Archive

 
Categories / MySQL / User Permission
 

To specify an anonymous-user account, specify an empty string for the user part of the account name

GRANT SELECT ON world.* TO ''@'localhost';