Mega Code Archive
Categories
/
MySQL
/
User Permission
Use SELECT statement to view the user account information that is added to the user table
SELECT user, ssl_type, ssl_cipher, x509_issuer, x509_subject FROM user WHERE user='user1';