Create account Login Webmail Contact Us



 
RSS Feed
Knowledgebase : cPanel Support > Databases
This can be used to back up a database. 1. Export A MySQL Database This example shows you how to export a database. It is a good idea to export your data often as a backup. # mysqldump -u username -ppassword database_name > FILE.sql Replace u...
Using MySQL A full guide can be found at http://www.cpanel.net/docs/cp/MySQL.htm SQL stands for Structured Query Language. SQL is a international standard in querying and retrieving information from databases. mySQL is essentially an SQL server - it ...
Here is the list of MySQL character sets so you can choose the one that you need: http://dev.mysql.com/doc/refman/4.1/en/charset-charsets.html (If you are using a version of MySQL other than 4.1, click on the appropriate version on the left side near ...
phpMyAdmin is a tool written in PHP to handle the administration of MySQL over the web. Databases must be created in cPanel, but phpMyAdmin can drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fie...