1.使用命令yum 出现锁定:Another app is currently holding the yum lock; waiting for it to exit…
参考文章:yum提示Another app is currently holding the yum lock; waiting for it to exit…

解决办法:强制关掉yum    rm -f /var/run/yum.pid

2.没有可用软件包 mysql-server

CentOS7下解决yum install mysql-server没有可用包的问题