solved : Re: system : Install Mysql 5.x binaries with php4 on Debian

2006-12-15 Thread Gilles MISSONNIER
Thank you Ian, I used the link method {the least change} { It turned that the mysql.sock was in /tmp , I missed it because I tried to find it with the "locate" command } Create a symbolic link from the mysql.sock to the place where php expects to find it: ln -s /current/location/mysql.soc

Re: system : Install Mysql 5.x binaries with php4 on Debian

2006-12-14 Thread Ian
On 13 Dec 2006 at 18:59, Gilles MISSONNIER wrote: > Hello, > I use Debian Linux, and I could install (with apt-get install) fine > the Mysql-4.1+apache+php4. > > I tried fine Mysql 5. on the same debian machine. > > Now I want to use mysql 5. through web/php4 > > Then I run into problem, like :