From my reading of things setting up MariaDB and activating TokuDB on a 64 bit Debian/Ubuntu server is a relatively easy task.
I currently use mySQL and have a great deal of (well written, I think) SQL in PHP that uses PDO to access the database. I gather that there are no syntactical differences between the flavors of SQL being used by MariaDB and mySQL. My questions
- Does this then mean that I can simply export my current mySQL DB, replace all references to InnoDB with ExtraDB, run the script on the new MariaDB server and be up and running?
- The other potential issue is phpMyAdmin. Does "plugin replacement" mean that I can pretty much continue to use phpMyAdmin with the MariaDB server?
Finally, are there any other gotchas here that one must be aware of prior to making such a switch? I'd much appreciate any help.