At a shell or command (cmd for windows) prompt you type all one 1 single line:
mysql -u DB_USER_NAME -p[PASSWORD] DB_NAME -h DB_SERVER
with the following replacements of the terms above:
* Replace DB_SERVER with the correct database servername or IP address
* Replace DB_USER_NAME with your mysql username.
* Replace DB_NAME with your mysql [...]
