Grant with user name and password : SQL Privilege : User Permission SQL / MySQL


SQL / MySQL » User Permission » SQL Privilege »

 

Grant with user name and password



  
GRANT SELECT, UPDATE (columnName1, columnName2)
ON databaseName.tableName
TO 'userName'@'domain1.com' IDENTIFIED BY 'password'
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

SQL / MySQL

 Navioo User Permission
» SQL Privilege