Re: PHP won't connect to MySQL - resolved

2006-07-19 Thread Kay C. Tien
Andre, Yes, I sort of bypassed the problem by installing XAMPP. Works like a charm now. Thanks. Kay At 03:32 PM 7/19/2006 Wednesday, Andre Matos wrote: Hello Kay, Have you solved the issue or you are still not ablle running MySQL and PHP on Windows XP? Which version are you running for PH

Re: PHP won't connect to MySQL

2006-07-18 Thread Kay C. Tien
I have that copied in there. Even tried a different version from the most recent MySQL download. Still getting the same error - PHP Warning: PHP Startup: Unable to load dynamic library 'C:\WINDOWS\SYSTEM32\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0 I

Re: PHP won't connect to MySQL

2006-07-18 Thread Jo�o C�ndido de Souza Neto
I found the solution in my case. I just copy libmysql.dll from the php folder do \windows\system32 folder and everything works fine. ""Kay C. Tien"" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hi All, > > The simple script I'm testing works on a Linux server. I got tired

Re: Help: PHP won't connect to MySQL

2006-07-17 Thread Chris
Kay C. Tien wrote: At 05:37 PM 7/17/2006 Monday, Chris wrote: Kay C. Tien wrote: Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own,

Re: Help: PHP won't connect to MySQL

2006-07-17 Thread Kay C. Tien
At 05:37 PM 7/17/2006 Monday, Chris wrote: Kay C. Tien wrote: Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own, I've set the the dat

Re: Help: PHP won't connect to MySQL

2006-07-17 Thread Kay C. Tien
At 05:37 PM 7/17/2006 Monday, Chris wrote: Kay C. Tien wrote: Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own, I've set the the dat

Re: PHP won't connect to MySQL

2006-07-17 Thread Jo�o C�ndido de Souza Neto
I´m having the same trouble a long time ago and still looking for the solution. ""Kay C. Tien"" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hi All, > > The simple script I'm testing works on a Linux server. I got tired > of having to upload and test them, so I decided to

Re: Help: PHP won't connect to MySQL

2006-07-17 Thread Chris
Kay C. Tien wrote: Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own, I've set the the database and etc., but nothing happened whe

Help: PHP won't connect to MySQL

2006-07-16 Thread Kay C. Tien
Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own, I've set the the database and etc., but nothing happened when I tested the page.