Under the mysql header in Cpanel, select 'manage mysql' Then scroll down to the 'access hosts' input field. Place your IP address (your local computer not the server)in there and click 'add host'....
Backing up your database in Phpmyadmin is accomplished by doing the following: 1) Once you have reached the PHPMyadmin screen, select the database you want to back up. 2) Select the 'export'...
To create a MySQL database: - Go to 'Manage Mysql' under the database header in Cpanel - In the DB text field, type the name you wish to give your database - Click the Add DB button- At the...
First, you'll need to log into your account via a secure shell client like Putty or SecureCRT. Once there, you'll need to enter the following command: /usr/bin/mysqldump $databasename -u $user...
Removing a database will delete that database ENTIRELY from the server. Please make sure you have saved a copy of the database if you want to keep any of the data in contained in it. To remove a...