Re: more libmysql.dll woes!
Posted by: James haring
Date: September 19, 2006 11:41AM

Fellow MySql Users,

Another and perhaps better solution than moving libmysql.dll to Windows/System32 directory is to move you php directory to be 'higher' or towards the front of your path. I had c:\php at the end of the path :

path=....;c:\php;

but moved it to

path=c:php;....

Windows searches the path in order, so it finds the correct libmysql.dll, the one in c:\php, first. Moving libmysql.dll to windows/system32 solves the problem the same way, but when you upgrade to next version of PHP are you going to remember that you moved the libmysql.dll to windows/system32? I know I won't.

One word of caution. I don't know if this will effect MySql server or MySql Tools or CVSNT or other programs searching for libmysql.dll on the path, but you would have this problem no matter which solution you choose.

Thanks to everyone who posted on this message thread.

Options: ReplyQuote


Subject
Views
Written By
Posted
38402
January 01, 2006 03:32PM
13564
January 02, 2006 02:35PM
9443
March 13, 2006 03:50PM
8041
August 04, 2006 12:14PM
6292
January 06, 2006 06:35PM
5543
January 09, 2006 04:46AM
Re: more libmysql.dll woes!
7058
September 19, 2006 11:41AM
14322
February 05, 2007 03:04PM
6603
February 05, 2007 11:28PM
6553
February 02, 2007 12:50PM
5010
March 07, 2007 04:26AM
5107
October 11, 2007 12:24PM


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.