Distro Question
1 Reply
caker
Linode Staff
But installing is pretty simple. Just use the "package" tool for the distro you are using.
For example. for debian "apt-get install mysql-server" will download, and install mysql.
In Red Hat, you have to fish for the rpm file and then:
rpm -Uvh
Pretty simple! There are also various How-Tos on setting up each service.
Thanks,
-Chris