Perfect Mysql management
phpMyAdmin is a web interface to the popular database MySQL, and is written in PHP. phpMyAdmin comes installed with many web hosting accounts, but can be installed yourself if not.
phpMyAdmin allows you to login to an administration section and manage your databases, browse their data, run SQL commands, and backup the structure and data stored in your MySQL databases.
Because of its power (including the ability to drop SQL tables and delete databases), you need to ensure the password is set correctly. You might also want to protect the directory using htaccess files.
Freatures :
- can create and drop databases
- can create/drop/alter tables
- can delete/edit/add fields
- can execute any SQL statement
- can manage keys on fields
- can manage manage, privileges and export data into various formats.
- available in 55 languages
- It's totally free
|