접속 및 db 선택 ubuntu@first-instance:~$ mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. MariaDB [(none)]> use mysql; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed 사용자 조회 MariaDB [mysql]> select host, user, password from user; +-----------+------------------..