|
How do I add a mysql database in Cpanel?
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...
         |
Last
Modified:
2007-10-21 |
Number
of views:
2155 |
|
|
How can I backup a database using phpmyadmin?
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.
...
|
Last
Modified:
2006-12-16 |
Number
of views:
2717 |
|
|
How do I backup a database via SSH?
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/mysqld...
|
Last
Modified:
2006-12-16 |
Number
of views:
3224 |
|
|
How do I restore a database using PHPMyadmin?
You can restore a database backup in PHPMyadmin by doing the following:
1) After entering PHPMyadmin from Cpanel, select the database name that you wish to restore from the...
         |
Last
Modified:
2006-12-16 |
Number
of views:
3592 |
|
|
How do I restore a database using SSH?
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:
mysql $database...
         |
Last
Modified:
2006-12-16 |
Number
of views:
4857 |
|
|
What is Mysql?
MySQL is a Relational Database Management System. A relational database adds speed and flexibility, by storing data in separate tables rather than putting all the data in one ...
         |
Last
Modified:
2003-08-04 |
Number
of views:
2279 |
|
|
How do I delete a MYSQL database?
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...
|
Last
Modified:
2003-07-30 |
Number
of views:
2037 |
|
|
|
|
How can I access mysql database remotely?
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 th...
         |
Last
Modified:
2003-07-26 |
Number
of views:
2334 |
|
|
|