Heim >Backend-Entwicklung >PHP-Tutorial > PHPinfo中没MySQL信息,怎样配置PHP

PHPinfo中没MySQL信息,怎样配置PHP

WBOY
WBOYOriginal
2016-06-13 13:16:32930Durchsuche

PHPinfo中没有MySQL信息,怎样配置PHP?
我的配置是
apache_2.2.13-win32-x86-openssl-0.9.8k.msi
php-5.2.10-Win32-VC6-x86.zip
mysql-5.1.37-win32.msi
所有步骤均按照手册进行。
用phpinfo.php测试可以正常显示php环境信息。但其中没有显示MySQL信息。说明没有加载MySQL扩展。环境变量系统路径设置为C:\php;C:\php\ext;
不知道哪里还有问题?热切期待各位高手的帮助。

------解决方案--------------------
php.ini这个文件一般是放在C:\windows下面的,你放在其它地方可能要设置环境变量,我只是让你检查一下你修改的php.ini文件是不是apache正在用的文件。
看一下phpinfo就知道了,Configuration File (php.ini) Path 这个选项。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel: PHP Strict Standards异常 Nächster Artikel: 请问动态创建变量方法