Bug#334433: postinst deletes mysql root user when specifying it as user to use

2005-10-27 Thread Uwe Steinmann
On Thu, Oct 27, 2005 at 09:45:32AM +0200, Olaf van der Spek wrote: > > Unfortunately, /usr/share/wwwconfig-common/mysql-createuser.sh does > > not tell me if a user already exists, so I have to check before > > and drop the user only if it didn't exists. > > Why is it needed to drop the user if it

Bug#334433: postinst deletes mysql root user when specifying it as user to use

2005-10-27 Thread Olaf van der Spek
> Unfortunately, /usr/share/wwwconfig-common/mysql-createuser.sh does > not tell me if a user already exists, so I have to check before > and drop the user only if it didn't exists. Why is it needed to drop the user if it exists already? And I don't think a script should delete any users without

Bug#334433: postinst deletes mysql root user when specifying it as user to use

2005-10-18 Thread Uwe Steinmann
On Mon, Oct 17, 2005 at 10:41:10PM +0200, Christian Hammers wrote: > Package: netmrg > Version: 0.18.2-11 > Severity: important > > Hello > > After installing netmrg and telling the debconf frontend to use "root" > without password as database user (whis is common if people just want > to try out

Bug#334433: postinst deletes mysql root user when specifying it as user to use

2005-10-17 Thread Christian Hammers
Package: netmrg Version: 0.18.2-11 Severity: important Hello After installing netmrg and telling the debconf frontend to use "root" without password as database user (whis is common if people just want to try out some program), the postinst failed and my database was suddenly inaccessible. As thi