Monday, December 27, 2021

script to check mysql db user locked status

 SELECT 

    user, host, account_locked

FROM

    mysql.user

WHERE

    user = 'mysqluser' ;


mysql> CREATE USER mysqluser

    -> IDENTIFIED BY '5password67'

    -> ACCOUNT LOCK;

Query OK, 0 rows affected (2.10 sec)


mysql> SELECT

    ->     user, host, account_locked

    -> FROM

    ->     mysql.user

    -> WHERE

    ->     user = 'mysqluser' AND

    ->     host='localhost';

Empty set (0.00 sec)


mysql> SELECT

    ->     user, host, account_locked

    -> FROM

    ->     mysql.user

    -> WHERE

    ->     user = 'mysqluser' ;

+-----------+------+----------------+

| user      | host | account_locked |

+-----------+------+----------------+

| mysqluser | %    | Y              |

+-----------+------+----------------+

1 row in set (0.00 sec)

14 comments:

  1. Famous Remote Database Services in South Africa. Call on (+27) 215552013, Visit our website: https://www.condorgreen.com/database-management/

    ReplyDelete
  2. Famous Informix Services In South Africa Call on (+27) 215552013, Visit our website: https://www.condorgreen.com/database-management/

    ReplyDelete
  3. Famous DB2 Services South AfricaCall on (+27) 215552013, Visit our website: https://www.condorgreen.com/database-management/

    ReplyDelete
  4. Famous Cassandra and MongoDB In South Africa on (+27) 215552013, Visit our website: https://www.condorgreen.com/database-management/

    ReplyDelete
  5. Famous Automic Services In South Africa on (+27) 215552013, Visit our website: https://www.condorgreen.com/automation/

    ReplyDelete
  6. Famous OSS BSS South Africa in South Africa on (+27) 215552013, Visit our website: https://www.condorgreen.com/telecoms-oss-bss/

    ReplyDelete
  7. Remote Database Services South Africa Please Call on This No (+27) 215552013, If you more information please visit this website

    ReplyDelete
  8. Informix South Africa Please Call on This No (+27) 215552013, If you more information please visit this website

    ReplyDelete
  9. DB2 South Africa Please Call on This No (+27) 215552013, If you more information please visit this website

    ReplyDelete
  10. Cassandra and MongoDB South Africa Please Call on This No (+27) 215552013, If you more information please visit this website

    ReplyDelete
  11. Automic South Africa Please Call on This No (+27) 215552013, If you more information please visit this website

    ReplyDelete
  12. RPA South Africa Please Call on This No (+27) 215552013, If you more information please visit this website

    ReplyDelete