Grant select, update privilege for a remote user : Grant : Privilege MySQL TUTORIALS


MySQL TUTORIALS » Privilege » Grant »

 

Grant select, update privilege for a remote user


GRANT SELECT, UPDATE (Title, start_date)
ON test.Employee
TO 'user1'@'domain1.com' IDENTIFIED BY 'pw1'
REQUIRE SUBJECT 'test client cert.'
  AND ISSUER 'Test C.A.';



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Privilege
» Grant