phpMyAdmin has been upgraded to the latest version. New features include:
- Faster loading pages
- syntax coloring of SQL statements
- generate PHP code from a query
- Clicking on rows while browsing data highlights them
- full database search capability
- Many bugfixes
- schema output in PDF format
Also, you can access phpMyAdmin directly instead of going through the Account Manager login (The Account Manager link still works). For example, if your domain name is your_domain.com, you could use:
http://www.your_domain.com/cpanel/cp2.0/php/
phpMyAdmin is a web based manager for a MySQL database. It allows you to easily manage and work with your MySQL database. Features include:
- 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
- export (*) and import data to CSV values
- create PDF graphics of your Database layout
- LexiConn Support