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 and then mysql? I also configured
> php
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 =
/var/lib
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
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? t