1[root@mysql ~]# mysql -uroot -pmysql
2mysql: [Warning] Using a password on the command line interface can be insecure.
3Welcome to the MySQL monitor. Commands end with ; or \g.
4Your MySQL connection id is 21
5Server version: 8.0.26 MySQL Community Server - GPL
6
7Copyright (c) 2000, 2021, Oracle and/or its affiliates.
8
9Oracle is a registered trademark of Oracle Corporation and/or its
10affiliates. Other names may be trademarks of their respective
11owners.
12
13Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
14
15MySQL [(none)]> exit
16Bye
17[root@mysql ~]# mysql -uroot -pmysql1
18mysql: [Warning] Using a password on the command line interface can be insecure.
19Welcome to the MySQL monitor. Commands end with ; or \g.
20Your MySQL connection id is 22
21Server version: 8.0.26 MySQL Community Server - GPL
22
23Copyright (c) 2000, 2021, Oracle and/or its affiliates.
24
25Oracle is a registered trademark of Oracle Corporation and/or its
26affiliates. Other names may be trademarks of their respective
27owners.
28
29Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
30
31MySQL [(none)]> exit
32Bye