Please turn JavaScript on
lefred blog: tribulations of a MySQL Evangelist icon

lefred blog: tribulations of a MySQL Evangelist

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.15 / day

Message History

Have you ever written a query where the GROUP BY was easy, but the aggregate was the problem? You know how to group the rows.You know what result you want for each group.But none of the built-in aggregate functions really match your logic. So you end up with a long expression using SUM(), CASE, IF(), […]

Read full story
At events with the MySQL community, when we were enough “veterans,” we had a little ritual: we played Cards Against the MySQL Community. A politically incorrect (but still lighthearted) game that followed the same rules as “Cards Against Humanity.“ Those were some really fun, unforgettable evenings! One of the most popular black cards, which always […]

Read full story
MariaDB Server supports different authentication methods just like MySQL. Depending on your installation, the number of available and active authentication plugins can vary. But you should always have those 3 by default: If we compare with MySQL 9.7, we can see only 2 default authentication plugins: About caching_sha2_password module In some packaging, the caching_sha2_password ...

Read full story