Odd thing is I have another CentOS 7 server with same repos and no issues

Okay so what is the exact command to download and install all of the packages inside that repo, please?TrevorH wrote:No, once it's added as a repo, just yum install $package as normal.
Code: Select all
yum install $package
Okay I have finally got those installed and I'm now stuck at libmcrypt-devel it seems it is not available in CentOS 7 is there an equivalent package for it, please?TrevorH wrote:CentOS does not ship mysql, it ships mariadb. It's in our repos. So s/mysql-server/mariadb-server/
Alright installed but now whatTrevorH wrote:We already ship mariadb 5.5.56 as part of CentOS and the package we supply is called mariadb-devel.
Code: Select all
No package mysql-server available