Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] mysql_connect()不支持解决的办法,环境iis7.0+php5.5+mysql5.6+2012

[复制链接]
llskj1 发表于 2014-2-10 22:22:38 | 显示全部楼层 |阅读模式
iis7.0+php5.5+mysql5.6+2012 环境  mysql_connect()不支持解决的办法,可能出现的问题如下:

在修改配置文件的时候,误操作造成的,比如,缺少[ {(;,)}之类.

打开命令提示符检查PHP版本
next:
cmd php - v
检查版本信息,如下:

Microsoft Windows [版本 6.3.9600]
(c) 2013 Microsoft Corporation。保留所有权利。

C:\Users\Administrator>php -v
PHP 5.5.9 (cli) (built: Feb  5 2014 11:04:12)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies


注意红色命令回车后,这时应该会有出错的信息,并提示有个行号,这个时候,原因就找到了,
方法,打开 php.ini 文件,找到对应的行号,检查当前行与提示的语法..或把该行前加上;号
半角的分号,原文内可以复制帖上即可,
问题解决

原文如下(部分):
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;

; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-fopen
allow_url_fop
; Whether to allow include/require to open URLs (like http:// en = On
or ftp://) as files.
; http://php.net/allow-url-include
allow_url_include = Off


修改后如下(部分):
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;

; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-fopen
allow_url_fop
; Whether to allow include/require to open URLs (like http:// en = On
; or ftp://) as files.
; http://php.net/allow-url-include
allow_url_include = Off


Q:1084931388

crx349 发表于 2014-2-10 23:25:08 | 显示全部楼层
感谢分享 一般是php部分没装好
回复

使用道具 举报

xiaoyuwxz 发表于 2014-2-11 06:16:34 | 显示全部楼层
不小心造成的,但不是别人出错的通病
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 11:02 , Processed in 0.029494 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表