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

  • 105 Users Found This Useful
Was this answer helpful?

Related Articles

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...

How do I access the raw web access or error logs?

Simply log into your Fast Name Control Panel and click on 'Log File Download' in the 'Web Site...

Can I have access as root to the server?

As the servers that provide shared hosting accounts are shared between several customers, we're...

Powered by WHMCompleteSolution