TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

SQL Buddy - Attractive, in-progress, just-released PHPMyAdmin alternative

7 pointsby BSewardabout 17 years ago

4 comments

BSewardabout 17 years ago
I'm not affiliated with this project, just caught my eye.<p>It's not a full-fledged PHPMyAdmin alternative (yet). Interface seems non-intimidating and immediately usable, so for that it might be handy for basic MySQL needs.<p>Not open source. But free for non-commercial use, $25 otherwise. If it inspires an open source MySQL GUI to think critically about UX then that would be just great.
评论 #191615 未加载
SwellJoeabout 17 years ago
Webmin includes a very competent MySQL administrative module (likewise PostgreSQL), though until we release the new UI, it seems a little clunky (better than phpMyAdmin, IMNSHO, but still old school web 1.0 style).<p>Extensive documentation, including screenshots:<p><a href="http://doxfer.com/Webmin/MySQLDatabaseServer" rel="nofollow">http://doxfer.com/Webmin/MySQLDatabaseServer</a><p>And, for the folks running PostgreSQL, and don't like being in the ghetto without good GUI tools:<p><a href="http://doxfer.com/Webmin/PostgreSQLDatabaseServer" rel="nofollow">http://doxfer.com/Webmin/PostgreSQLDatabaseServer</a>
slimabout 17 years ago
I've done a little SQL console with syntax highlighting fro my own needs.<p><a href="http://github.com/slim/bazdig/tree/master" rel="nofollow">http://github.com/slim/bazdig/tree/master</a><p>you need PHP5 and PDO_SQLITE though
aholdabout 17 years ago
phpminadmin is another alternative. one file, many functions, open-source. <a href="http://phpminadmin.sourceforge.net/phpMinAdmin.php" rel="nofollow">http://phpminadmin.sourceforge.net/phpMinAdmin.php</a>
评论 #249620 未加载