[PHP-DB] Installation Problem

2006-11-15 Thread Abdou Karim Jallow
I have just upgraded to PHP 5.2 from PHP 4. I am using Apache 2 with MYSQL. Before the upgrade, everything was working well. (Was able to connect to my MYSQL database from PHP interface. However, now with the same PHP codes, I am not able to connect to the MYSQL database instead I am getting

Re: [PHP-DB] Installation Problem

2006-11-15 Thread Brad Bonkoski
Check out the installation instructions for Windows... MYSQL support is not working with your PHP, if memory serves me correctly you just need to uncomment a dll in your php.ini file, but check out: http://www.php.net/manual/en/ref.mysql.php -B Abdou Karim Jallow wrote: I have just upgraded

RE: [PHP-DB] Installation Problem

2006-11-15 Thread Ankur Dave
: Abdou Karim Jallow [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 9:34 PM To: php-db@lists.php.net Subject: [PHP-DB] Installation Problem I have just upgraded to PHP 5.2 from PHP 4. I am using Apache 2 with MYSQL. Before the upgrade, everything was working well. (Was able to connect

RE: [PHP-DB] Installation Problem

2006-11-15 Thread zoticaic
that it is properly loaded by looking through your php.ini file for 'extension=php_mysql.dll' HTH Jervin -Original Message- From: Abdou Karim Jallow [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 12:04 AM To: php-db@lists.php.net Subject: [PHP-DB] Installation Problem I have just

Re: [PHP-DB] Installation Problem

2006-11-15 Thread Niel Archer
Hi If you're on a windows platform, this will be because MySQL support is built in on v4.1 but not on 5.x. As the others have suggested, uncomment the php_mysql.dll entry in the modules to add it. Niel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Installation Problem

2001-02-05 Thread Suhardi Hamid
Hello, I downloaded the source of php 4.0.4pl1 and compiled it on RH7.0 with mysql server 3.23.32. The compilation was a success. However, the httpd wouldnt start. It says: cannot load libphp4.so: undefined symbol: gss_mech_krb5 I assume that it was the kerberos problem, so I recompiled it with