Why Tables need a Primary Key in MariaDB and MySQLBy Federico Razzoli | August 10, 2020In MariaDB and MySQL, all tables should have a primary key – especially InnoDB tables. Here's why.Read More
Updating triggers in production with MariaDB and MySQLBy Federico Razzoli | August 8, 2020Updating triggers in production without causing a service disruptionRead More
MariaDB/MySQL: Using views to grant or deny row-level privilegesBy Federico Razzoli | August 6, 2020It is possible to prevent some users from seeing a set of rows in a certain table.Read More