博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在linux下PHP和Mysql环境搞事情
阅读量:6802 次
发布时间:2019-06-26

本文共 602 字,大约阅读时间需要 2 分钟。

研发部门同事开发了一个接口管理辅助工具Shepherd,要求搭建在内网环境中,遇到点小问题记一下。

 

将开发的文件上传只web目录下,更改数据库ip,可以正常打开

 

登陆用户信息,此时需要连接数据库来验证用户名密码。浏览器报错如下:

'mysqli' not found in /var/www/html/Shepherd/fns/db_fns.php on line 5                                                          

  

apache日志报错如下:

[Mon Jul 03 16:35:36 2017] [error] [client x.x.x.x] PHP Fatal error:  Call to undefined function mysqli_connect() in /var/www/html/Shepherd/fns/db_fns.php on line 5, referer: http://10.74.82.205/Shepherd/inters/subscribe.php

  

因为我这个服务器FQ了,所以安装php插件的时候没安装完全,换了一台机器,安装了Mysqli 函数库,问题解决。可以正常访问。

 

转载于:https://www.cnblogs.com/liuquan/p/7121605.html

你可能感兴趣的文章
桌面支持--512-Rear chassis fan not detected
查看>>
Django 开源相册组件介绍 django-photologue
查看>>
IntelliJ IDEA 14 创建Web项目
查看>>
Redis server命令
查看>>
PeerConnection
查看>>
关于ext-js 中的自定义校验
查看>>
服务端response对象属性和方法
查看>>
护眼色
查看>>
Understanding Java Lambdas
查看>>
Java_基本数据类型
查看>>
Linux下安装JDK
查看>>
axis2报错:The following error occurred during schema generation: null
查看>>
Spring boot ServletRequest 修改header
查看>>
查看CentOS版本信息
查看>>
GPU应用程序Attach调试记录
查看>>
JS this指向详解
查看>>
es6 let使用总结
查看>>
使用Web Uploader实现文件上传
查看>>
关于原生 JS
查看>>
读Zepto源码之Gesture模块
查看>>