View Single Post

  #4 (permalink)  
Old 02-28-2005
Tony23
 
Posts: n/a
Default Re: MySQL is driving me nuts!

<undrgrnd59@gmail.com> wrote in message
news:1109491919.604940.304730@f14g2000cwb.googlegr oups.com...
> Ehhh boy I feel like a newbie. Anyway I looked into the php.ini and
> discovered I wasn't even using it. So I renamed php.ini-recomended to
> php.ini (which I am assuming was supossed to be done), but now I am
> getting some other error. Oh well I've decided to give it up so no
> need to reply, but thankyou for the support you gave me.


I'll bet I can guess what the error might be: When you start your server,
you get a message saying that a file can't be found (IIRC it's
libmysql.dll) - that's because it's not in the default path. Try adding your
PHP directory to your default path - that should do the trick.

Hey - don't sweat it. I just went through the exact same thing about 2 weeks
ago. It can be a bit frustrating, but no reason to give up.

GL with it al...