LANMonkey
This thread
http://forums.contribs.org/index.php/topic,50081.0.html
has details re how to install a later version of mysql & Moodle.
I'll try that too.
But meanwhile, I managed to follow mccarn's instruction at the link provided and successfully display,
+--------------------+
| VERSION() |
+--------------------+
| 5.5.34-MariaDB-log |
+--------------------+
I just copied and pasted the instructions, line by line from the "Raw notes on mariadb installation" into my PuTTY command line and enter.
I saw some differences.
First, /etc/init.rd in my SME 9 beta 3 is a link to /etc/rc.d/init.d. That was a little disorienting, but the file to change was there.
I didn't see any instructions to add a group "mariadb". When I tried, it rejected mariadb as being already used as a user name and I had to use a different name and make the appropriate changes in the instructions.
Also, testing access with,
mysql -e "SELECT VERSION();" --port=3307 --protocol=TCP -p
didn't work until I did a reboot. And, it did not need an actual password to work, you just a get a prompt for a password and hit "enter" and that should do it. Same for the example version check. My SME did not ship with a password for MySQL's root and we are not advised anywhere to add one.
Now to applications to see how MariaDB works with my databases.