gpt4 book ai didi

PHP 未加载任何 mysql 代码

转载 作者:行者123 更新时间:2023-11-29 14:29:48 25 4
gpt4 key购买 nike

我最近从一个专用项目转到了另一个专用项目。我在 apache、mysql 和 php 安装中使用相同的存储库。但是,当尝试加载已知良好的文件时,php 无法处理该请求。

这是非常基本的 mysql 查询,只是加载一个空白页。

此外,当尝试使用正确的信息安装 WordPress 时,网络服务器无法连接到预期的远程安装数据库。

php-mysql 和 -mysqli 已安装。

使用 CentOS 6.2、Apache 2.2.15、PHP 5.3.10 和 Zend 2.3.0。

编辑1:

我想补充一点,如果我使用“php file.php”从终端调用该文件 - 它会按预期执行。只是当apache介入的时候,就出现了问题。否则,这是/var/log/httpd Pastie.org/3814963 中的错误。要注意,并没有告诉它使用 root。也没有被告知使用 localhost。 Pastie.org/3814965

编辑2:php未设置为安全模式。

最佳答案

根据您查看的代码、错误消息和 mysql_connect 文档,我猜测您的服务器启用了 safe_mode。

http://php.net/manual/en/function.mysql-connect.php

相关部分:

server

The MySQL server. It can also include a port number. e.g. "hostname:port" or a path to a local socket e.g. ":/path/to/socket" for the localhost. If the PHP directive mysql.default_host is undefined (default), then the default value is 'localhost:3306'. In SQL safe mode, this parameter is ignored and value 'localhost:3306' is always used.

username

The username. Default value is defined by mysql.default_user. In SQL safe mode, this parameter is ignored and the name of the user that owns the server process is used. password

password

The password. Default value is defined by mysql.default_password. In SQL safe mode, this parameter is ignored and empty password is used.

编辑 PHP.INI 文件并将 safe_mode 设置为关闭。

关于PHP 未加载任何 mysql 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10222076/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com