How to restore a database on my Dedicated server via SSH?

How to restore a database on my Dedicated server via SSH?

Once you have logged in to your dedicated server as root via SSH, go to the folder where the dump file of your database resides. Once in it, type the following command to import it into the selected database: mysql DATABASE_NAME < BACKUP.sql … Continued
How to back up a database on my Dedicated server via SSH?

How to back up a database on my Dedicated server via SSH?

Once you have logged to your dedicated server as root via SSH, type the following command in order to create a backup of your database: mysqldump DATABASE_NAME > BACKUP.sql Change DATABASE_NAME with the actual name of the database you want to back up. This will create a … Continued
What is the root MySQL password on my Dedicated server?

What is the root MySQL password on my Dedicated server?

To obtain the root MySQL password on your Dedicated server, please first login to it as root via SSH. Next, use your favorite text editor to open the /root/.my.cnf file. In this file you will see the root MySQL password for your … Continued
How to unsuspend an account on my Dedicated server?

How to unsuspend an account on my Dedicated server?

To unsuspend an account on your dedicated server, first you need to log in to WHM with your root password. Once logged in, click on the Manage Account Suspension link on the left menu. Then select the account you want to unsuspend either … Continued
Can I use my Dedicated server for video streaming?

Can I use my Dedicated server for video streaming?

Yes, all of our Dedicated servers are fully capable of streaming live video and audio. In addition, if you have root access to your Dedicated server, you can install any additional software as you require.
How to suspend an account on my Dedicated server?

How to suspend an account on my Dedicated server?

To suspend an account on your dedicated server, first you need to log in to WHM with your user and password. Once logged in, click on the Suspend/Unsuspend an Account link on the left menu. Then select the account you want to suspend either by … Continued
How to change a cPanel and/or a root password through WHM?

How to change a cPanel and/or a root password through WHM?

Almost all server and account settings can be modified through cPanel’s Web Host Manager – WHM. Most hosting companies using cPanel do not allow access to WHM for accounts hosted on a shared server. WHM access is often given only to … Continued