Hello,
I have screwed up something on my php.ini file on a windows server and now I am getting this error: "unable to load dynamic library C:\php5\php_mysql.dll". Now, my PHP installation actually resides here: C:\PHP\ so, obviously, it's pointing to the wrong address.
Where do I change this so the program is looking in the right directory?
Thanks,
Clem C
unable to load dynamic library C:\php5\php_mysql.dll
Moderator: General Moderators
-
clem_c_rock
- Forum Commoner
- Posts: 46
- Joined: Mon Jun 07, 2004 9:18 am
- Ollie Saunders
- DevNet Master
- Posts: 3179
- Joined: Tue May 24, 2005 6:01 pm
- Location: UK
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
-
clem_c_rock
- Forum Commoner
- Posts: 46
- Joined: Mon Jun 07, 2004 9:18 am
Well - looked in the php.ini file and it didn't even have the line "extension_dir" in it so I added it, checked to see if the php_mysql.dll was actually in the C:\PHP\extensions\ directory (which it was) and now I get the general error of: "Cannot load mysql extension".
I also didn't see any line w/ the mb_string extension in it anywhere?
Any ideas as to what to do now?
I also didn't see any line w/ the mb_string extension in it anywhere?
Any ideas as to what to do now?
- dibyendrah
- Forum Contributor
- Posts: 491
- Joined: Wed Oct 19, 2005 5:14 am
- Location: Nepal
- Contact:
-
clem_c_rock
- Forum Commoner
- Posts: 46
- Joined: Mon Jun 07, 2004 9:18 am
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA