![]() |
|
|
|||||||
![]() |
|
|
Thread Tools |
Rating:
|
|
|
PM User | #1 |
|
Regular Coder ![]() Join Date: Feb 2004
Location: Cornwall, UK
Posts: 535
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Unable to load dynamic library php_mysql.dll
Unable to load dynamic library 'c:\web\php\ext\php_mysql.dll' is the error. The file blatently is there! How do I get MySQL working
![]() Googled it and most answers say in php.ini set extension-dir correctly (which it is) and copy libmysql.dll and php_mysql.dll to various locations (which I have tried) am I missing the perfect combo? Tried putting them both everywhere at the same time (\windows, \windows\system[32], \web\php, \web\php\ext). <edit>Should add that this is MySQL 4.1 (latest), PHP 5.0.2 and Apache 2.51</edit> Last edited by trib4lmaniac; 10-30-2004 at 12:40 PM.. |
|
|
|
|
|
PM User | #2 |
|
Regular Coder ![]() Join Date: Feb 2004
Location: Cornwall, UK
Posts: 535
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Ok, sorted @ last. Turned out I needed to use an older version of libmysql.dll (the one that bundles with php) and not the one that came with mysql.
For those who need to know... php_mysql.dll -> c:\WINDOWS, libmysql.dll -> c:\WINDOWS\system32, libmysql should be the one that came in the php zip/installer. |
|
|
|
|
|
PM User | #5 |
|
New to the CF scene Join Date: Jan 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
OMG, thank you SOOOO MUCH!!!!!!
I spent the last 5 hours trying out different versions, packages etc... Thank you, thank you, thank you!!!! I just replaced mysqlib.dll in windows/system32 with the one in PHP and it worked! Thank you again! |
|
|
|
|
|
PM User | #6 |
|
New to the CF scene Join Date: Mar 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
The elegant solution is to add "c:\php" (or your php path) to the System variable "Path" (Control Panel / System / Advanced tab / Environment Variables)
so libmysql.dll or libmhash.dll or whatever are beeing loaded directly from php's dir if needed. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Rate This Thread | |
|
|