Part of an article originally published in the article MySQL Forks: Which one is right for me?, published in the June edition of php[architect]. The preceding portions of the article are available: A Brief History of MySQL Oracle MySQL Percona was founded in 2006 as a MySQL consulting firm by two MySQL support engineers. Sometime [...]
Part of an article originally published in the article MySQL Forks: Which one is right for me?, published in the June edition of php[architect]. The preceding portion of the article is available: A Brief History of MySQL Oracle is the “official” distributor of MySQL . MySQL AB had a policy of requiring outside code contributors [...]
Originally published in the article MySQL Forks: Which one is right for me?, published in the June edition of php[architect]. Oracle’s MySQL is the granddaddy of MySQL servers. Originally created by Monty Widenius in 1994, it was named after his first daughter, My. Monty co-founded MySQL AB in order to release MySQL as a free [...]
Giuseppe Maxia had a great blog post recently about the potential problems facing the Percona Server and MariaDB projects. I’ve been a big fan of both Percona Server and MariaDB for years. I switched to MariaDB a little over a year ago, after using Percona for several years. For me, the primary driver was the [...]
I have an article in this month’s php[architect] about the various flavors of MySQL. I discuss the current state of Oracle MySQL, Percona Server, and MariaDB, and why you should use each of them. I hope you all enjoy it! Once the exclusive period is over for the article, I’ll be able to publish it [...]
Are you a MySQL DBA? Checkout the common_schema
project by Oracle Ace
Shlomi
Noach.
The common_schema
is an open source MySQL schema
that packs a number of utility views, functions and stored
procedures. You can use these utilities to simplify MySQL
database administration and development. Shlomi just released revision 178, and I'm happy and
proud to be working together with Shlomi on this project.
Among the many cool features created by Shlomi, such as
foreach
, repeat_exec
and
exec_file
, there are a few
%_dependencies
procedures I contributed:
-
- …