Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can !
Moderator: General Moderators
HaVoC
Forum Commoner
Posts: 83 Joined: Sat Feb 07, 2004 7:20 am
Location: Smiths Falls, CA
Post
by HaVoC » Sat Aug 07, 2004 8:15 pm
I had the same problem as steedlvx, though as I read through the post found things I didn't do..
So i did them and am still at square 1. Help!
EDIT: It says:
cannot load mysql extension
check php configuration
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sun Aug 08, 2004 12:40 am
you installed php5 right? php5 doesn't come with mysql support built-in.. so you have to enable the extension. You also need to make sure the mysql library dll/so files are findable to your install... so put them in the system directory of windows.. or uh.. not too sure about the *nix side
d3ad1ysp0rk
Forum Donator
Posts: 1661 Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA
Post
by d3ad1ysp0rk » Sun Aug 08, 2004 1:21 am
He's on windows. He used my guide (unless linux added a system/system32 folder and .msi support and I didn't notice
).
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sun Aug 08, 2004 1:34 am
right, I was remembering that, but wanted to cover all bases (since someone else may have this problem on *nix)
HaVoC
Forum Commoner
Posts: 83 Joined: Sat Feb 07, 2004 7:20 am
Location: Smiths Falls, CA
Post
by HaVoC » Sun Aug 08, 2004 9:16 am
I did put all the dll files in the system root however. I found 3 different version of libmysql.dll
So I tried all 3...and nothing. This si weird
HaVoC
Forum Commoner
Posts: 83 Joined: Sat Feb 07, 2004 7:20 am
Location: Smiths Falls, CA
Post
by HaVoC » Sun Aug 08, 2004 11:38 am
In my WinMySQLAdmin window it says under MyODBC:
Not Found
Driver 3.51 Not Found
Maybe that could have something to do with it?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sun Aug 08, 2004 12:03 pm
sounds like you should re-install mysql..
HaVoC
Forum Commoner
Posts: 83 Joined: Sat Feb 07, 2004 7:20 am
Location: Smiths Falls, CA
Post
by HaVoC » Sun Aug 08, 2004 4:18 pm
Ok i'l try that
HaVoC
Forum Commoner
Posts: 83 Joined: Sat Feb 07, 2004 7:20 am
Location: Smiths Falls, CA
Post
by HaVoC » Tue Aug 10, 2004 12:39 pm
>.< That didn't work. I tried to get support at mysql.com but you have to pay for it.