cPanel

A Guide to Import and Export MySQL Database via SSH

You can easily import/export your database using phpMyAdmin menu in cPanel, but when dealing with large databases over 50Mb it is recommended to manage them via SSH. In this article, I will cover exporting and importing a database via SSH. Make sure that you replace the following variables in the commands below: USERNAME – the …

A Guide to Import and Export MySQL Database via SSH Read More »

How to delete backup from your server using Linux rm command

If you got an email from cPanel regarding “Disk Usage Warning” that means your “/backup” disk reached critical status and you have to remove the old backup files from your server and backup disk. Here in this video tutorial you’ll learn how to delete the backup file and directory by using “rm” command in linux. …

How to delete backup from your server using Linux rm command Read More »