this post was submitted on 16 Jul 2025
187 points (94.7% liked)

Programmer Humor

25098 readers
1615 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Under Windows DBeaver is a solid (and free) tool for the casual database user. But under Linux you really learn to save your scripts often.

you are viewing a single comment's thread
view the rest of the comments
[–] hakunawazo@lemmy.world 4 points 2 days ago (1 children)

Casual is just using PHPMyAdmin or Adminer or even simpler the console mysql/mysqldump tools.
Beside that HeidiSQL and SQLyog are worth trying.

[–] bleistift2@sopuli.xyz 1 points 1 day ago

Heidi’s Linux support is new. At the time I last checked for database GUIs that didn’t exist yet and I didn’t yet know how easy Wine is to use (if your application of choice works with it).