Re: mysql and php3

2001-06-13 Thread clay bond
On Wed, 13 Jun 2001, Saisab Pradhan wrote: Hi, Can somebody tell me why I cannot use php3 with mysql? I have just installed mysql (3.23.38) on a linux 6.2 machine. It is working fine. PHP3 was already installed when I installed mysql. Does it have to be the other way round? that is

RE: mysql and php3

2001-06-13 Thread Don Read
On 13-Jun-01 Saisab Pradhan wrote: Hi, Can somebody tell me why I cannot use php3 with mysql? I have just installed mysql (3.23.38) on a linux 6.2 machine. It is working fine. PHP3 was already installed when I installed mysql. Does it have to be the other way round? that is php first

Re: mysql and php3

2001-06-13 Thread Whit Blauvelt
If PHP is compiled with its own MySQL support (as compared to using the MySQL shared libraries - which are not in every MySQL distribution) it expects mysql.sock to be in /tmp - whereas recent versions of MySQL put it in /var/lib/mysql/. PHP will find it if you add mysql.default_socket =