| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
For all your goober needs
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,834
|
mySQL on IIS
Anyone had any joy setting this up? Had it working perfectly on my old server but someone set it up for me. Followed a number of tutorials to the letter but to no avail so far. Code:
This is what I get so far. If someone knows how to fix this quickly, I'm happy to pay for this knowledge. Cheers, Prem. |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,334
|
In your php.ini (usually toward the bottom) there should be a call to php5_mysql.dll or whatever. Then, your PHP directory should have a file called libmysql.dll and your extensions folder should have that php5_mysql.dll or whatever it's called. Try copying libmysql.dll into the WINDOWS/system32 directory, restart IIS. That's what I had to do for Apache. Windows needs that DLL in its system directory. If you can't get an extension to call, try finding a libextension.dll in your PHP directory and copying that as above. Fair warning, PHP/MySQL on IIS is a pain in the ass for some reason. In my experience. |
|
|
|
#3 (permalink) |
|
For all your goober needs
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,834
|
thanks for the detailed response pat. no joy though. I knew it was a pain in the ass as it took my mate about a week of faffing about before he got it working the last time. unfortunately he never got round to telling me how he did it! |
|
|
|
#4 (permalink) |
|
For all your goober needs
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,834
|
FYI I found this which solved my problems and woes (obv there was a lot more than this). I think it was steps 5 and 6 that were the sticklers. Wordpress and the dreaded “Your PHP installation appears to be missing the MySQL” < Fighting Monsters |
|
![]() |
|