摘要:
查询所有用户 -- 方式1 mysql> select host, user, password from mysql.user; -- 5.7版本之前的 mysql> select host, user, authentication_string from mysql.user; -- 5.7版 阅读全文
摘要:
oracle 线上用户老是被锁: 1,查明所有的用户哪些被锁了 SQL> select username,account_status,lock_date from dba_users; USERNAME ACCOUNT_STATUS LOCK_DATE USER1 OPEN USER2 OPEN 阅读全文