EvanAgee Posted August 28, 2008 Share Posted August 28, 2008 Hey all, I'm looking for a high end, web-based database management package that has lots of nice features for sorting, searching, etc. This would be used by employees to manage a product database. Any recommendations? Link to comment https://forums.phpfreaks.com/topic/121731-high-end-web-based-mysql-management-other-than-phpmyadmin/ Share on other sites More sharing options...
cooldude832 Posted August 28, 2008 Share Posted August 28, 2008 phpmyadmin and other database management software like it are not meant to be used by web applications. They are design tools for building tweaking modifying a database. Any querying for formatted results/updating etc. should be done in custom written queries back by a language such as php. The answer is there is no generic mysql solution out there that provides the level of customability you seek. Link to comment https://forums.phpfreaks.com/topic/121731-high-end-web-based-mysql-management-other-than-phpmyadmin/#findComment-628054 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.