Bug#341154: Quotes in MySQL root password are not supported

2005-11-29 Thread Ola Lundqvist
tags 341154 + patch thanks Hello On Mon, Nov 28, 2005 at 09:44:15PM +0100, Manu Benoît wrote: > Le Lundi 28 Novembre 2005 21:32, Ola Lundqvist a écrit : > > Hello > > > > On Mon, Nov 28, 2005 at 08:19:23PM +0100, Manu Benoît wrote: > > > Package: wwwconfig-common > > > Version: 0.0.43 > > > > > >

Bug#341154: Quotes in MySQL root password are not supported

2005-11-28 Thread Manu Benoît
Le Lundi 28 Novembre 2005 21:32, Ola Lundqvist a écrit : > Hello > > On Mon, Nov 28, 2005 at 08:19:23PM +0100, Manu Benoît wrote: > > Package: wwwconfig-common > > Version: 0.0.43 > > > > wwwconfig will not be able to connect to a MySQL server if the root > > password contains a quote. > > > > The

Bug#341154: Quotes in MySQL root password are not supported

2005-11-28 Thread Ola Lundqvist
Hello On Mon, Nov 28, 2005 at 08:19:23PM +0100, Manu Benoît wrote: > Package: wwwconfig-common > Version: 0.0.43 > > wwwconfig will not be able to connect to a MySQL server if the root password > contains a quote. > > The problem comes from line 37 in /usr/share/wwwconfig-common/mysql.get : >

Bug#341154: Quotes in MySQL root password are not supported

2005-11-28 Thread Manu Benoît
Package: wwwconfig-common Version: 0.0.43 wwwconfig will not be able to connect to a MySQL server if the root password contains a quote. The problem comes from line 37 in /usr/share/wwwconfig-common/mysql.get : passopt="--password='$dbadmpass'" It can be fixed by replacing this line with: