Has anyone migrated production machines from MySQL to MariaDB?

Solution 1:

I have migrated various servers from MySQL to MariaDB a few weeks ago without any problem.

If you want the full list of what might not be compatible, you can have a look here: http://kb.askmonty.org/en/mariadb-versus-mysql-compatibility.

If you're upgrading to a higher version of MariaDB than MySQL was, you just have to jsut the mysql_upgrade binary as stated on http://kb.askmonty.org/en/upgrading-to-mariadb-from-mysql.

Moreover, with MariaDB 5.3 (released at the end of July), they now provide a proper repository, so there's no need to install by hand : http://downloads.askmonty.org/mariadb/repositories/

Solution 2:

I know of a friend who moved his vBulletin forum to MariaDB using the XtraDB engine without problems and noted some performance improvements compared to MySQL with InnoDB.

One of the things to take note of is that NDB does not work on MariaDB[Source].

Solution 3:

After reading http://vbtechsupport.com/606/, I migrated most of my servers over to MariaDB 5.2 builds and alot of clients have done the same with positive gains. Definitely worth it!