| |
phpMyAdmin Available from the creators @ phpWizard.net , and is included in all phpdev downloads, is a must have tool for any one who uses PHP and MySQL , web based, phpMyAdmin.... well here is what the wizards themselves say it can do...
phpMyAdmin is intended to handle the adminstration 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
- administer multiple servers and single databases
phpMyAdmin is the 'standard' MySQL admin tool and used on most commercial hosts worldwide - its very easy to use and well worth getting the hang of.
|
|