Marc Delisle wrote:
Description
phpMyAdmin handles the administration of MySQL over the Web. It can manage a whole MySQL server as well as a single database. Currently it can: - create, copy, rename and drop databases
it cannot alter Databases? like changing default collation, comment and .. oh it cannot changing default table engine ... we should change this ...
- create, copy, drop, rename and alter tables - do table maintenance - delete, edit and add fields
why sometimes drop and sometimes delete?
- execute any SQL-statement, even batch-queries
should we say multiple sql queries?
- manage keys on fields
create, drop, alter indexes
- load text files into tables - create and read dumps of tables
or whole databases and even servers
- export data to CSV, XML and Latex formats - administer multiple servers - manage MySQL users and privileges - check referential integrity - using Query-by-example (QBE), create complex queries
automatically connecting required tables - create PDF graphics of your Database layout - search globally in a database or a subset of it - communicate in 50 different languages
- easily browsing through databases and tables - display binary data f.e. as image - check server settings and runtime information with configuration hints