I wanted to know which Linux flavor is good for MySQL, in the sense in which flavor of Linux does MySQL perform best assuming MySQL to be configured similarly on all flavors.
feedback
|
migrated from stackoverflow.com Nov 27 '09 at 15:07
This question came from our site for professional and enthusiast programmers.
|
There are only likely to be two significant factors, which aren't really technically driven:
The former may or may not be influenced by the availability of professional services support. | |||||
feedback
|
|
That question is debatable since there are so many variants of Linux distros lying around. The best advice I can give is use a Linux distro that does not load X such as KDE/Gnome on startup as well as other unnecessary un-needed daemons as they would gobble up precious memory which could be used by mysql, Slackware (which I use myself) is one, another is Debian. More than likely a server based distro would be the one to use, but personally I found Slackware suited to my needs (have been a longtime slackware fan since it came out on 2 cds, slackware 1.2.13!) Hope this helps, Best regards, Tom. | |||||||
feedback
|
|
What do you mean by "linux flavour"? Surely, it should not matter which particular "flavour" (distribution?) you are using, as long as it is the same architecture. It is the configuration of mysql itself, that is important. You can tweak any system settings yourself, so it doesn't matter at all. | |||
|
feedback
|
|
Just pick a distro you're familiar with and either don't install X or uninstall X. Without X, all distros taste pretty similar, the only difference is likely to be the package manager, so pick the one you like. | |||
|
feedback
|
|
| |||
|
feedback
|
|
Any flavor of linux that support: (or similar)
| |||||
feedback
|
|
If you have to ask this question then you are more suitable for using ubuntu. | |||
|
feedback
|
|
Use any sourcebased distribution like Gentoo/Exherbo/etc, compile it with your custom use and compiler flags. | |||||||
feedback
|