Home > Archive > PHP on Windows > December 2004 > Step by Step on Using PHP5 with mySQL 4.1.17
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Step by Step on Using PHP5 with mySQL 4.1.17
|
|
|
| Hi,
I have installed PHP5.03 to my Win2k workstation. I will be connecting
to a mySQL 4.17 database on my workstation and eventually our Windows
2003 server running IIS.
I know that mysqli needs to be configured to work on my workstation.
If someone could point me to a page with step by step instructions or
tell me how to:
a) Which DLL's and files have to be located, copied and where they are
supposed
to go. I have downloaded the latest windows zip of php files so I
should be all set.
b) Changes necessary to php.ini
c) Changes to path statements and which files these paths should be
included in.
d) What do I need to set up PHP to run through IIS.
If there isn't such a page, I promise to compile all these instructions
on a page and publish it.
Thanks in advance,
Michael
| |
| S Kang 2004-12-20, 3:55 am |
| Hi Mick,
Overwrite existing libmysQL.dll to c:\php\libmySQL.dll from C:\Program
Files\MySQL\MySQL Server 4.1\bin\libmySQL.dll.
Good luck :)
Mick wrote:
> Hi,
>
> I have installed PHP5.03 to my Win2k workstation. I will be connecting
> to a mySQL 4.17 database on my workstation and eventually our Windows
> 2003 server running IIS.
>
> I know that mysqli needs to be configured to work on my workstation.
> If someone could point me to a page with step by step instructions or
> tell me how to:
> a) Which DLL's and files have to be located, copied and where they are
> supposed
> to go. I have downloaded the latest windows zip of php files so I
> should be all set.
> b) Changes necessary to php.ini
> c) Changes to path statements and which files these paths should be
> included in.
> d) What do I need to set up PHP to run through IIS.
>
> If there isn't such a page, I promise to compile all these instructions
> on a page and publish it.
>
> Thanks in advance,
>
> Michael
| |
| Edin Kadribasic 2004-12-20, 8:56 pm |
|
"S Kang" <sk33@email.com> wrote in message
news:20041220025239.5622.qmail@pb1.pair.com...
> Hi Mick,
>
> Overwrite existing libmysQL.dll to c:\php\libmySQL.dll from C:\Program
> Files\MySQL\MySQL Server 4.1\bin\libmySQL.dll.
No need to do that. PHP comes with libmysql.dll that is identical to one
from mysql distribution.
Edin
|
|
|
|
|