Are there significant differences between versions 5.1 and 5.5?
The server in question is used to host a medium-sized vBulletin forum.
The main benefit of 5.1 is it's available through apt-get.
Are there significant differences between versions 5.1 and 5.5?
The server in question is used to host a medium-sized vBulletin forum.
The main benefit of 5.1 is it's available through apt-get.
These days, you can use MySQL 5.5 now. I have 5.5.9 in production right now and it's running great.
I have successfully scaled MySQL 5.5 with simple circular replication amonst 3 DB Servers. Here is the layout of each DB server and what's running
/etc/my.cnf has the following
Each MySQL Server contains
After 1 year, it still runs like a dream because of using MySQL 5.5 and getting InnoDB to engage all 12 CPUs.
So, I am quite happy with its performance thus far and so it the client.
5.5 is a development release and not suitable for production. Unless you have a specific reason to, you should not even consider running 5.5 for any production use.
Neither. Use percona 5.1 with xtra-db. Percona.com It's as fast as 5.5, and does lots of things MySQL should be doing. It's free, based on, and is binary compatible as a drop in replacement for MySQL. I've yet to have anything but good experiences running percona instead of MySQL. Make sure you set the default engine to innodb. Show engines; will show you are using xtradb instead of innodb.
You should actually use mysql 5.0, the query planner does a better job with vbulletin than 5.5. We found several areas where 5.5's query planner resulted in worse performance overall than 5.0 and thus switched back.
http://www.makingitscale.com/2010/latest-mysql-query-planner-gone-looney.html