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:
passopt="--password='"`echo "$dbadmpass" | sed -e "s/'/'"'"'"'"'"'"'/"`"'"
--
*** Manu Benoît (TSeeker) * Forbidden once and bound to die *
** [EMAIL PROTECTED] * The thread of life lies severed **
* OpenPGP key: 0x591BF2C2 * On the brink of paradise ***