Categories
Uncategorized

Restore MySQL Database from the Command Line

In a previous article I described how to restore your website files from a backup using the LINUX command line, this time I’ll explain how to restore a database from backup using MySQL from the LINUX command line. The process is really quite simple and is achieved in just 2 main steps. Locate the backup […]

Categories
Uncategorized

Backup Your Website Files Using SSH

How to backup your website files using ssh. Avoid losing hours of work through website files getting trashed by hackers, server failure or user screw up. Here’s how to back up your site to a safe place.