It's about time MySQL v5.5 is in Ubuntu. I have a linode running MySQl 5.1, but 5.5 would be even better.
MySQL 5.5 in Precise
Archived thread 1865960 from Ubuntu +1 (Precise Pangolin)(Closed). Markdown source: Ubuntu_+1_(Precise_Pangolin)(Closed)/thread_1865960_MySQL_5.5_in_Precise.md
MariaDB is said to be faster than MySQL in many situations because all the code is fresh, modern programming, no legacy. Has anyone tried it? If it support all of MySQL, transition should be easy. Just checked its not in repos.
EDIT: Found the repos:
MariaDB repository list - created 2011-10-21 16:57 UTC # http://downloads.askmonty.org/mariadb/repositories/ deb http://mirror.de.gsnw.de:56431/mariadb/repo/5.3/ubuntu natty main deb-src http://mirror.de.gsnw.de:56431/mariadb/repo/5.3/ubuntu natty main
effenberg0x0 said: MariaDB is said to be faster than MySQL in many situations because all the code is fresh, modern programming, no legacy. Has anyone tried it? If it support all of MySQL, transition should be easy. Just checked its not in repos.
EDIT: Found the repos:
MariaDB repository list - created 2011-10-21 16:57 UTC # http://downloads.askmonty.org/mariadb/repositories/ deb http://mirror.de.gsnw.de:56431/mariadb/repo/5.3/ubuntu natty main deb-src http://mirror.de.gsnw.de:56431/mariadb/repo/5.3/ubuntu natty main
Now how would I be able to transition from MySQL to MariaDB.
MariaDB is a drop in replacement for Mysql, they were both written by the same person/team.
Thats good to hear.
I spotted a mysql-5.5 package in the precise repo, according to launchpad. This is alongside mysql 5.1. I think 5.5 could very well be the version for Precise Pangolin until MariaDB replaces it.