So, there’s phpmyadmin, why I still need DbFacePHP?
PhpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. You may have installed and worked with it for some years, and find PHPMyadmin is really useful for MySQL administration. Administration is not enough, you may want to write application like CRUD with parameter, make nice reports, etc., then that’s DbFacePHP!
DbFacePHP can worked as:
MySQL database administration
With DbFacePHP, you can
- browse and drop databases, tables, views, fields and indexes
- create, copy, drop, rename and alter databases, tables, fields and indexes
- maintenance server, databases and tables, with proposals on server configuration
- manage MySQL users and privileges
- and much more database administration operations…
Database Table Data Editor