- Feb 2, 2009
- 1,666
- 0
- 0
What would be the best distro to use as a MySQL server? It will be in a virtual machine running under Windows XP.
Originally posted by: Crusty
I prefer Debian for servers, or at least one of Ubuntu's LTS releases. During the install process you can simply select to install mysql server and once you boot up you'll be up and running. If you want a full LAMP stack you can simply run 'apt-get install phpmyadmin' as root and that will install all packages you need.
I prefer Ubuntu Server LTS. Ubuntu Server tunes the kernel for server applications, as opposed to desktop gui applications, and they strip out just about everything but the bare essentials to keep the storage, processor, and ram overhead to a minimum.
Originally posted by: Nothinman
I prefer Ubuntu Server LTS. Ubuntu Server tunes the kernel for server applications, as opposed to desktop gui applications, and they strip out just about everything but the bare essentials to keep the storage, processor, and ram overhead to a minimum.
I don't have an Ubuntu installation handy to check but I can't believe they do any more than build everything as a module like every other distribution.
Originally posted by: Nothinman
Working with CentOS/yum is pretty frustrating after you get used to Debian/apt.
6 of one, half dozen of the other.