Is there other web based sql management apps out there that are decent? I find phpmyadmin has become bloated, and now they've put too many dependancies (such as mysqli) and it does not even work on all servers out of the box anymore. It used to be a drop in install, but not anymore. It also has other anoyances such as requiring to click all over to expand stuff instead of just having it in front of you right off the bat (such as table details, etc).
Something like this is probably not very hard to code, for basic functionality, but just wondering if there's other php based systems out there that have the same task. Basically I just want an easy way to view/edit databases. User management is a plus.
I can always just use the mysql tool too and connect directly I suppose but web based is always nice.
Something like this is probably not very hard to code, for basic functionality, but just wondering if there's other php based systems out there that have the same task. Basically I just want an easy way to view/edit databases. User management is a plus.
I can always just use the mysql tool too and connect directly I suppose but web based is always nice.