| Our control panel includes a web-based mySQL management tool called phpMyAdmin. This tool allows you to manage all aspects of your database structure and data.
phpMyAdmin is intended to handle the administration of MySQL over the web. Currently it can create and drop databases, create, copy, drop and alter tables, delete, edit and add fields, execute any SQL-statement, even batch-queries manage keys on fields, load text files into tables, create and read dumps of tables, export data to CSV values, and administer multiple servers and single databases.
To manage mySQL databases using phpMyAdmin:
1. Click on the "MySQL Databases" button at your control panel.
2. Click on the "phpMyAdmin" link at the base of the window.
3. You can now start using phpMyAdmin to manage your MySQL databases. |