node14: /home/rtg2t $ mysql -u selectuser -h samba1.ipm.virginia.edu Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 28 to server version: 3.23.32 Type 'help' for help. mysql> mysql> mysql> mysql> use test; 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 mysql> select fullname,phone from orders; +----------+----------+ | fullname | phone | +----------+----------+ | rich | 924-6223 | | test | 924-6223 | +----------+----------+ 2 rows in set (0.00 sec) mysql>