mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#mysql

23 posts23 participants1 post today

Today's fun challenge:

Can't export a MySQL database using MariaDB mysqldump because the tools have now diverged too far

Can't install the MySQL mysqldump because it conflicts with the MariaDB one

Can't use the Docker MySQL image because it doesn't allow interaction (to provide the password)

Can't use the Docker MySQL image with an environment variable because that's ignored when redirecting output to a file

Альтернатива чатам с ИИ для анализа и оптимизации SQL запросов

Всем привет! Экспериментировал с оптимизацией SQL запросов в ChatGPT и Claude. В какой-то момент понял, что это превращается в одно и то же: Напиши промт → вставь SQL → подожди → поправь → повтори

habr.com/ru/articles/929730/

ХабрАльтернатива чатам с ИИ для анализа и оптимизации SQL запросовВсем привет! Экспериментировал с оптимизацией SQL запросы используя ChatGPT и Claude. В какой-то момент понял, что это превращается в одно и то же: Напиши промт → вставь SQL → подожди → поправь →...
#sql#mysql#mariadb

JOIN trong MySQL: Ghép dữ liệu từ nhiều bảng. Tìm hiểu INNER, LEFT, RIGHT JOIN, cách dùng ON, USING. Ảnh hưởng của thứ tự JOIN và chỉ mục đến hiệu suất. Thực hành giúp bạn làm chủ JOIN. #MySQL #JOIN #SQL #CSDL #Database #HọcSQL #Vietnamese

dev.to/freyasky/understand-joi

DEV CommunityUnderstand JOINs in MySQL EasilyIn MySQL, the JOIN clause plays a crucial role in combining data from multiple tables into a single...