Articles

 [PMA1.01] How do I backup my MySQL database?

Backing up your MySQL database can be done in several ways1. Using the backup tool from the Web...

 [PMA1.02] How can I manage my MySQL database?

Once you have created a database using your Hosting cPanel v7.5 Control Panel you will be able to...

 [PMA1.03] How can I upload my MySQL database?

There are numerous ways to upload a MySQL database, we would strongly recommend trying methods 2...

 [PMA1.04] How do I connect to my MySQL database?

A simple php script to open a connection to a database<?php$dbhost = 'localhost';$dbuser = 'db...