(ubuntu)$ mysql -u root
mysql> show databases;
mysql> USE <db명>;
mysql> show tables;
mysql> SELECT * FROM users;