【已解决】CentOS 缺少mysqli扩展 请检查PHP配置
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
更新:
20180907:php7.0开始不支持mysql扩展库
访问phpMyAdmin出现“缺少mysqli扩展,请检查PHP配置”的报错
类似下面的截图(因为我的问题已经解决,下面使用的截图是网上找的,我的问题没有后面的a标签):
服务器环境
- CentOS 7.2 64位
- mysql Ver 14.14 Distrib 5.6.41, for Linux (x86_64) using EditLine wrapper
- PHP 7.0.31 (cli) (built: Jul 20 2018 08:55:22) ( NTS )
解决方案
注意:百度找了N多的方案,都不行出现过以下报错:
- 使用“yum install php-mysql”命令出现报错“错误:php70w-common conflicts with php-common-5.4.16-45.el7.x86_64”
不要使用“yum install php-mysql --skip-broken ”,虽然能安装成功但不能解决问题
最终思维简单点直接安装php-mysqli居然搞定了,所以一些时候还是需要将问题简单化:
[root@VM_0_11_centos ~]# yum install php-mysqli
...
已安装:
php70w-mysql.x86_64 0:7.0.31-1.w7
作为依赖被安装:
php70w-pdo.x86_64 0:7.0.31-1.w7
完毕!
最后重启一下Apache
[root@VM_0_11_centos ~]# service httpd restart
Redirecting to /bin/systemctl restart httpd.service
[root@VM_0_11_centos ~]#
搞定:
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)