Mega Code Archive

 
Categories / MySQL Tutorial / Privilege
 

Grant Select and Update privilege to a user

GRANT SELECT,  UPDATE (Title, Start_date) ON test.Employee TO 'user1'@'domain1.com' IDENTIFIED BY 'pw1' REQUIRE SSL;