Re: Chrooted mysqld sock file problem

2002-10-31 Thread marcel
--On Mittwoch, 30. Oktober 2002 15:24 +0100 Domonkos Czinke [EMAIL PROTECTED] wrote: Hi ppl :) My question is related to a chrooted Apache(+php) and Mysql. They live in two different chrooted environment and the problem is that I have several php programs which wanna use the mysql, but they

Re: Chrooted mysqld sock file problem

2002-10-31 Thread marcel
--On Mittwoch, 30. Oktober 2002 15:24 +0100 Domonkos Czinke [EMAIL PROTECTED] wrote: Hi ppl :) My question is related to a chrooted Apache(+php) and Mysql. They live in two different chrooted environment and the problem is that I have several php programs which wanna use the mysql, but they

Chrooted mysqld sock file problem

2002-10-30 Thread Domonkos Czinke
Hi ppl :) My question is related to a chrooted Apache(+php) and Mysql. They live in two different chrooted environment and the problem is that I have several php programs which wanna use the mysql, but they can't use it since they can't find the mysql.sock file (because it in another chroot), any

Re: Chrooted mysqld sock file problem

2002-10-30 Thread Emmanuel Lacour
On Wed, Oct 30, 2002 at 03:24:06PM +0100, Domonkos Czinke wrote: Hi ppl :) My question is related to a chrooted Apache(+php) and Mysql. They live in two different chrooted environment and the problem is that I have several php programs which wanna use the mysql, but they can't use it since

Re: Re: Chrooted mysqld sock file problem

2002-10-30 Thread weissi
Hi, or maybe is it possible to share a directory where .sock are located by bind mounting in chroots. you yould perhaps use /proc/mysqld-pid/root/var/run/mysqld/mysqld.sock Regards, weissi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: Re: Chrooted mysqld sock file problem

2002-10-30 Thread Matt Zimmerman
On Wed, Oct 30, 2002 at 03:48:32PM +0100, [EMAIL PROTECTED] wrote: or maybe is it possible to share a directory where .sock are located by bind mounting in chroots. you yould perhaps use /proc/mysqld-pid/root/var/run/mysqld/mysqld.sock /proc/pid/root is just a symbolic link. -- - mdz

Chrooted mysqld sock file problem

2002-10-30 Thread Domonkos Czinke
Hi ppl :) My question is related to a chrooted Apache(+php) and Mysql. They live in two different chrooted environment and the problem is that I have several php programs which wanna use the mysql, but they can't use it since they can't find the mysql.sock file (because it in another chroot), any

Re: Chrooted mysqld sock file problem

2002-10-30 Thread Emmanuel Lacour
On Wed, Oct 30, 2002 at 03:24:06PM +0100, Domonkos Czinke wrote: Hi ppl :) My question is related to a chrooted Apache(+php) and Mysql. They live in two different chrooted environment and the problem is that I have several php programs which wanna use the mysql, but they can't use it since

Re: Chrooted mysqld sock file problem

2002-10-30 Thread Cesare Fontana
Domonkos Czinke wrote: Hi ppl :) My question is related to a chrooted Apache(+php) and Mysql. They live in two different chrooted environment and the problem is that I have several php programs which wanna use the mysql, but they can't use it since they can't find the mysql.sock file (because

Re: Re: Chrooted mysqld sock file problem

2002-10-30 Thread weissi
Hi, or maybe is it possible to share a directory where .sock are located by bind mounting in chroots. you yould perhaps use /proc/mysqld-pid/root/var/run/mysqld/mysqld.sock Regards, weissi

Re: Re: Chrooted mysqld sock file problem

2002-10-30 Thread Matt Zimmerman
On Wed, Oct 30, 2002 at 03:48:32PM +0100, [EMAIL PROTECTED] wrote: or maybe is it possible to share a directory where .sock are located by bind mounting in chroots. you yould perhaps use /proc/mysqld-pid/root/var/run/mysqld/mysqld.sock /proc/pid/root is just a symbolic link. -- - mdz