rpm -e --nodeps mysql-libs yum install MariaDB-server
上面的命令帮我安装了mariadb,也安装了wordpress。 这是一个很大的帮助。 我现在的问题是当我重新启动服务器或重新启动Apache这里是错误:
"Your PHP installation appears to be missing the MySQL extension which is required by WordPress."
我怎么解决这个问题?
您需要安装php-mysql,以便PHP可以连接到MySQL / MariaDB实例。 这样做
yum install php-mysql