Author's posts
How to dump/backup a database using SSH?
If you have SSH enabled, you can export a database to your hosting account, using the command listed below, where you replace ‘name’, ‘username’, ‘host’ and ‘password’ with your specific database details: mysqldump DB_NAME -uDB_NAME -hMYSQL_HOST -pPASSWORD > /home/www/path-to/file.sql
How to import file into a database using SSH?
To import data using this method, you will have to upload the SQL file in your account first and then login via SSH to the account. Once this is done, use the following command, replacing the name, username, host and password with your database logins: mysql DB_NAME -uDB_NAME -hMYSQL_HOST -pPASSWORD < /home/www/path-to/file.sql
How to connect using SSH?
To use SSH you will first need to have SSH access enabled for your account and also have an SSH client installed on your computer. An easy-to-use SSH client is, for example, the program called PuTTY (http://www.putty.org/) Once you are ready, you will need the following details to establish a secure connection: Host: any of …
What to use the SSH for?
The Secure Shell (SSH) is used to perform a number of functions, such as file transfer between computers, execution of commands on a remote computer, or logging on to a computer over a network. SSH helps you establish an encrypted connection between an SSH client and an SSH server. Another common way to use SSH …
How to Activate a recurring contract?
When you cancel a contract its status turns from “Active” to “Scheduled for cancellation”. Until the contract is canceled (within 24 hours) you will be able to activate it again. To do so, please click on the “Activate” link in the “Next Charge” column that corresponds to the contract’s Profile ID. Note that you cannot …