Re: Problem installing php with mysql etc
- From: Andy Hassall <andy@xxxxxxxxxxx>
- Date: Sun, 10 Apr 2005 12:24:51 +0100
On Sun, 10 Apr 2005 09:01:05 GMT, nrhodes@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
(y_oda2002) wrote:
>I was wondering if anyone could help me. I am trying to install php
>so that i can learn the code. So far i havent had any problems
>installing apache. However when i try to get mysql to run with
>apache and php the windows services gives an error upon starting
>apache. Something like
>
>error module not found. php_mysql.dll does not exist.
>
>The only problem is it does exist. I moved the file and changed the
>paths to point to it but nothing seems to work. Im beginning to
>think it is a Windows Services error and nothing to do with the
>apache/php files. Can anyone help me?
What version of PHP? Setting up the MySQL extension is different between PHP4
and PHP5.
If you're on PHP4, modify your PATH environment variable so it includes the
'dlls' directory in your PHP installation. For PHP5, include the PHP directory
itself, since those bundled support DLLs have moved up a directory level.
--
Andy Hassall / <andy@xxxxxxxxxxx> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
.
- References:
- Problem installing php with mysql etc
- From: y_oda2002
- Problem installing php with mysql etc
- Prev by Date: Re: what is the speed hit of "SELECT *" with MySql, as opposed to narrower database calls?
- Next by Date: calling functions with default values for variables
- Previous by thread: Problem installing php with mysql etc
- Next by thread: Re: Problem installing php with mysql etc
- Index(es):
Relevant Pages
|