Use SELECT statement to view the user account information that is added to the user table : USER « User Permission « SQL / MySQL
- SQL / MySQL
- User Permission
- USER
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';
Related examples in the same category