Chive is a new web-based MySQL database administration tool like phpMyAdmin. It supports all important operations on databases, tables, views, indices/keys, routines, triggers and data. Import/export functionality is also implemented.
The project is in development for almost a year. We released version 0.2.0 yesterday, which should be ready for use in a productive environment.
Screenshots and feature descriptions are available on the project homepage (http://www.chive-project.com), the download is available on Launchpad (https://launchpad.net/chive). If you find bugs, please report them on Launchpad.
Thanks to all Yii developers for their great work on the framework!
I also must say that i am impressed on the work you guys have done on chive 0.2.0. I installed it, and it worked out of the box with no problems so far.
The code used in chive may be a good base for the development of the web-based crud/webapp Generator and Administration Tool. I can imagine an extension to chive that can generate the Models and Controllers right out of the SQL-Table you are looking at. So you can (almost) click your whole web-application together
Thank you for chive - you will see that it was a good choice to use the yii framework. Both projects should become a symbiosis.