Mega Code Archive

 
Categories / MySQL / User Permission
 

Grant the grant option

GRANT SELECT ON world.* TO 'jim'@'localhost' IDENTIFIED BY 'Abc123' WITH GRANT OPTION;