Ubuntu Forums Archive Viewer

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

Original URL About this archive
#1

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.

#2

How much longer are we going to be seeing Mysql now that Oracle owns it? I would assume we'll see MariaDB as a replacement, just like LibreOffice replaced OpenOffice.

#3

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

#4

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.

#5

MariaDB is a drop in replacement for Mysql, they were both written by the same person/team.

#6

Thats good to hear.

#7

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.