Home > php教程 > php手册 > Your PHP installation appears to be missing the MySQL extens

Your PHP installation appears to be missing the MySQL extens

PHPz
Release: 2019-02-22 14:47:46
Original
4466 people have browsed it

在部署完LAMP,安装并设置好WordPress之后,在浏览器中输入http:your ip,发现弹出如下错误:

Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

这是因为在上一步中并没有安装PHP-mysql插件,解决方法:

相关mysql视频教程推荐:《mysql教程

$yum install -y php-mysql
Copy after login

//重启apache服务器

$service httpd restart
Copy after login

打开网页,如图所示:

ced2fbcd5b3358b337f986d6c3df09b.png

Over.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template