MySQL Forums
Forum List  »  PHP

Re: Apache/MySQL/PHP Problem
Posted by: Peter Brawley
Date: April 13, 2009 01:13PM

> Okay, I think I finally figured this out. I had to copy the "libmysql.dll" file
> from my PHP folder to the Windows system32 folder...just in case anyone else has this problem.

It might work for now, but it's a bad idea. The file should be in the Apache bin folder.

Best to follow an installation walkthrough, eg http://www.artfulsoftware.com/php_mysql_win.html

>C:\Program Files\Apache Software Foundation\Apache2.2\logs\error.txt

Usually it's error.log, and it has error info like

[Mon Apr 13 12:25:04 2009] [error] [client 192.168.0.102] PHP Notice: Undefined variable: ...

(Apache 2.2.9; the file is error.log.)

PB

Options: ReplyQuote


Subject
Written By
Posted
April 09, 2009 12:35PM
April 12, 2009 11:41PM
Re: Apache/MySQL/PHP Problem
April 13, 2009 01:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.