For InnoDB, OPTIMIZE TABLE is mapped to an ALTER TABLE … FORCE, which copies the whole table. The friendly name is the problem: it sounds like a maintenance…
Adopting Terraform on existing infrastructure is mostly import, and import brings a resource into state without writing any configuration for it. One resource, one commit, one empty plan…
MySQL 5.7 parses a CHECK constraint, stores it and never evaluates it, which is worse than rejecting it. A constraint that exists and does nothing is the worst…
October’s point release can add a hidden primary key to a table created without one, which matters for replication and for group replication in particular. A table without…
The default port changed from 3000 to 5173, which breaks every script, proxy rule and README that had the old one written down. strictPort is the setting worth…