Is Ubuntu a bad distro for a standalone mysql database server?

Posted by DhruvPathak on Server Fault See other posts from Server Fault or by DhruvPathak
Published on 2012-10-22T10:56:23Z Indexed on 2012/10/22 11:03 UTC
Read the original article Hit count: 188

Filed under:
|

I read an article here :

http://www.mysqlperformanceblog.com/2011/12/08/which-linux-distribution-for-mysql-server/

On the other end there are Debian and Ubuntu. Both use tool called dpkg for package management. There isn’t a month that I log in to a system based on either distribution where there are no issues with packages consistency. Unfinished installations, unresolved conflicts are so common that it’s just beyond simple negligence. The packaging system is just not robust enough. Another problem is that one broken package may block you from installing or uninstalling anything else. Imagine that someone left system in such shape, you prepared for downtime, stopped MySQL and… error – text editor has not been properly installed, so you cannot upgrade MySQL either until the problem is fixed. In a stressful situation when downtime clock ticks – annoying at best

We prefer Ubuntu server because of familiarity and Ubuntu also being development environment. Questions:

  1. Is Ubuntu used commonly in production for a mysql database server ?
  2. Is it worth the trouble ever to have one distro eg Ubuntu in web server, and another say Red Hat in database server ? Or Is a homogenous server pool a better choice ?

© Server Fault or respective owner

Related posts about ubuntu

Related posts about mysql