Help for this page
# mysql -u <your-user> -p <remote-database-name> "-p" says to ask you for the password, so you'll get a prompt to enter the password for user <your-user>.
mysql> select * from <table in remote-database-name>;