mysql> use secret_website 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> show tables; +--------------------------+ | Tables_in_secret_website | +--------------------------+ | website | +--------------------------+ 1 row in set (0.00 sec) mysql> select * from website; +-------------------------------------------------+---------------------+ | note | url | +-------------------------------------------------+---------------------+ | ssh into the desktop and type in the secret url | 127.0.0.1/login.php | +-------------------------------------------------+---------------------+ 1 row in set (0.00 sec)