How to install a specific version of MySQL (or other app) via yum
To install an alternate version of, in this case, MySQL, rather than to accept the version that is available via the base and update yum repositories for CentOS, there are several ways of going about this. You could install via tar.gz or download RPMs and yum install them directly; however, adding the official MySQL repository will work too. It is…
Read More »