Category Archives: Knowledge Base

How to take and restore database backups

MyDatabaseBackup

Creating Backups

It is HIGHLY recommended that you take backups of your database at least once per month in the event you need to restore data contained in the backup.

Can I connect to MySQL from my home computer?

article-page-main-ehow-images-a05-m4-ns-connect-internet-through-work-server-800x800

No, remote MySQL connections are disabled for security and performance reasons. You can only connect to MySQL from your PHP scripts hosted on our servers.

Managing Database Data with phpMyAdmin

php-mysql-3

phpMyAdmin is a de facto standard for administrating databases in an easy point-n-click manner.

How to I create a MySQL Database?

mysql

Databases are the engines behind many scripts, they store the account information, the content and much more.