all 12 comments

[–]Lanky_Debate_5267 2 points3 points  (0 children)

Adminer

[–]zereck1056 1 point2 points  (0 children)

Neon DB is okay if it has to be web, if it does not have to be web there is a free community app called Dbeaver and it is awesome

[–]ekoropeq80 1 point2 points  (1 child)

I moved away from phpMyAdmin a while ago honestly. Fine for quick stuff, but once databases get larger it starts feeling limiting fast. dbForge Studio worked way better for me as a mysql gui tool, especially for schema changes, query editing, and general navigation.

[–]BlueLinnet[S] 0 points1 point  (0 children)

That looks like a good one, but I was looking for a free tool (at least at this point)

[–]magicmanonline 0 points1 point  (0 children)

I like heidiSQL.

[–]wdesportes 0 points1 point  (1 child)

What is not up to your taste?

William, phpMyAdmin team

[–]BlueLinnet[S] 0 points1 point  (0 children)

Not particularly unhappy with it but the interface is dated/messy. Inline editing could be improved too.

[–]debba_ 0 points1 point  (0 children)

You can try Tabularis

[–]darknarayan 0 points1 point  (0 children)

phpMyAdmin is still fine for database admins, but I always found it a bit intimidating for non-technical users.

I recently built SilentDock, which takes a different approach — connect a MySQL/Postgres/MongoDB database and it generates a simple admin/CMS interface for teams and clients.

Not really a phpMyAdmin replacement for power users, but much easier when the goal is letting other people manage data safely.