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.

Categories
Uncategorized

How to Upload Files Directly to Your Website

The most inefficient way to copy a file from the internet to your website is to download the file from the original location on the Internet to your PC, then upload it again via the Internet to your website. I’ve written this article to show you how to cut the time it takes to copy […]