This topic describes errors related to a locked user and the troubleshooting procedure.
Error: ERROR 3118
Error code
Error code in OceanBase Database: 5039
MySQL error code: 3118
Error messages
ERROR 3118 (HY000):User locked
Example
When you log on as the ny1 user, this error is returned, indicating that this user is locked.
[admin@k08j13249.eu95sqa /home/admin]
$obclient -h10.10.10.1 -P2881 -uny1@MySQL -p**8*** -A
obclient: [Warning] Using a password on the command line interface can be insecure.
ERROR 3118 (HY000): User locked
Solution
Log on as the
rootuser.[admin@k08j13249.eu95sqa /home/admin] $obclient -h10.10.10.1 -P2881 -uroot@MySQL -p -A Enter password: Welcome to the OceanBase. Commands end with ; or \g. Your OceanBase connection id is 3221583668 Server version: OceanBase 3.2.4.0 (r100000072022102819-2a28da9e758e2d232c41fa1a1b0070a08b77dd7d) (Built Oct 28 2022 19:46:38) Copyright (c) 2000, 2018, OceanBase Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.Unlock the
ny1user.obclient> ALTER USER 'ny1' account UNLOCK; Query OK, 0 rows affectedLog on as the
ny1user again.[admin@k08j13249.eu95sqa /home/admin] $obclient -h10.10.10.1 -P2881 -uny1@MySQL -p -A Enter password: Welcome to the OceanBase. Commands end with ; or \g. Your OceanBase connection id is 3221583668 Server version: OceanBase 3.2.4.0 (r100000072022102819-2a28da9e758e2d232c41fa1a1b0070a08b77dd7d) (Built Oct 28 2022 19:46:38) Copyright (c) 2000, 2018, OceanBase Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.