[SQL3.04] How do I connect to MySQL via SSH (telnet)?

You can connect to the server using SSH Telnet, once logged into the system you can access MySQL directly using the following command:-

mysql -u username -p databasename

You will then be prompted for the password for the database. This will then place you at the MySQL prompt, for information on the commands that you can then use please refer to the online documentation at http://www.mysql.com/documentation

Was this answer helpful?

 Print this Article

Also Read

[SQL3.07] How do I create a MySQL database?

If your account type includes MySQL databases, then log in to your Hosting cPanel v7.5 Control...

[SQL3.12] How can I connect to a MySQL database through .NET?

All Windows shared servers have the Connector/Net 6.0 connector, MySQL's fully managed ADO.Net...

[SQL3.03] How can I upload my MySQL database?

There are numerous ways to upload a MySQL database, we would strongly recommend trying methods 2...

[SQL3.01] How do I backup my MySQL database?

Backing up your MySQL database can be done in several ways1. Using the backup tool from the Web...