Home>Article>Backend Development> php cannot load mysql extension_PHP tutorial

php cannot load mysql extension_PHP tutorial

WBOY
WBOY Original
2016-07-21 15:39:41 731browse

After working on it all day today, I finally solved the problem under win2003. LoadModule php5_module E:serverphp528php5apache2_2.dll Some friends may also know that after adding this sentence, there is no need to copy php.ini to the system directory: PHPIniDir E:serverphp528php.ini Now let me talk about the way to avoid copying libmysql.dll to the system directory, which is to add this sentence before loading php5_module: LoadFile "E:serverphp528libmysql.dll"

www.bkjia.com true http: //www.bkjia.com/PHPjc/321523.html TechArticle After working on it for a day, I finally solved the problem under win2003. LoadModule php5_module E:serverphp528php5apache2_2.dll may have some problems. Friends also know that after adding this sentence, there is no need to...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn