PHP 64-bit system mysql database connection reset solution_PHP tutorial

WBOY
Release: 2016-07-13 17:05:34
Original
1005 people have browsed it

Copy the libmysql tutorial to windows/system32 and copy libmysql.dll to apache/bin.
Of course, the easiest way is:
​In apache:
Loadfile d:/php tutorial/php5.2.13/libmysql.dll
With only the above line, mysql can be successfully used.
My server version: win7
Apache 2.2.13
php 5.2.13
mysql5.1.37
​phpmyadmin3.3.2
The following is the partial configuration of my apache.
phpinidir d:/php/php5.2.13 #Not required
Loadfile d:/php/php5.2.13/php5ts.dll
Loadfile d:/php/php5.2.13/libmysql.dll
loadmodule php5_module d:/php/php5.2.13/php5apache2_2.dll
​addtype application/x-httpd-php .php

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/630763.htmlTechArticle Try the libmysql tutorial and copy it to windows/system32 and copy libmysql.dll to apache/bin. Of course, the easiest way is: In apache: loadfile d:/php tutorial/php5.2.13/libmy...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template