KNOWNHOST KNOWLEDGE BASE

Hosting Question? Find the Solution - Browse our Guides, Articles, and How-To's

Information about Backups and Restorations

We often get asked about the backups that we have on our various services such as VPS’s, Cloud Servers, Shared/Reseller other various services, things such as “how long do you keep them” or “how often are they taken”. The information composed here should answer all of your questions in regards to our backups.

However, if you feel like something wasn’t answered, feel free to reach out to us — we don’t bite. 🙂

Creating MySQL Backups and Importing them via Command Line

Category: Getting Started
Tags: # # #

Importing and dumping backups from command line is more efficient than using a GUI like phpMyAdmin. Command line queries for MySQL don’t follow any PHP limits, so importing or exporting MySQL backups is easier and it’s very unlikely that you’ll run into any errors that phpMyAdmin may. Dumping a MySQL database, explained The mysqldump command writes a plain text […]