Asumiendo que los servidores tienen CentOS 5, la instalación del servicio MySQL, será bastante sencilla. Instalamos mysql-server (servicio mysqld) y mysql, lo hacemos con yum y la opción –y para aceptar cualquier mensaje que se presente, agregamos el servicio al arranque del sistema e iniciamos el servicio: shell> yum –y install mysql mysql-server shell> chkconfig [...]