http://phpmyadmin.sourceforge.net/
phpMyAdmin can administer a whole MySQL-server (needs a super-user) but also a single database. To accomplish the latter you'll need a properly set up MySQL-user who can read/write only the desired database. It's up to you to look up the appropiate part in the MySQL manual. Currently phpMyAdmin 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 (*) and import data to CSV values
administer multiple servers and single databases
communicate in more than 20 different languages
Main changes/improvements since version 2.2.0:
- security fixes
- the "blank screen" bug is fixed
- the bug with "LIMIT" clause in "UPDATE" statements is also fixed (requires MySQL >= 3.23.x)
- binary fields were not exported the way they should in dump files
- importing dump files is about two times faster in this version
- multiple drop/alter statements have been implemented
- new languages were added (finnish, greek, turkish) and some old ones updated
Source: OS2VOICE