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