Le mardi 24 janvier 2006 à 11:32 +0100, Igor Genibel a écrit :
* Anthony Tippett <[EMAIL PROTECTED]> [2006-01-23 11:53:31 -0800]:
> I agree this won't work for everyone.. however, I didn't start this bug and perhaps if we
> substituted dbname with dbadmname? if there is one then this would
I agree this won't work for everyone.. however, I didn't start this bug
and perhaps if we substituted dbname with dbadmname? if there is one
then this would be correct. All I know is that every time mantis is
upgraded I have to go hack the post.inst script. I didn't look at it
very closely to s
* Anthony Tippett <[EMAIL PROTECTED]> [2006-01-23 11:53:31 -0800]:
> I agree this won't work for everyone.. however, I didn't start this bug and
> perhaps if we
> substituted dbname with dbadmname? if there is one then this would be
> correct. All I know
> is that every time mantis is upgrad
I agree this won't work for everyone.. however, I didn't start this bug
and perhaps if we substituted dbname with dbadmname? if there is one
then this would be correct. All I know is that every time mantis is
upgraded I have to go hack the post.inst script. I didn't look at it
very closely t
* Anthony Tippett <[EMAIL PROTECTED]> [2006-01-20 11:28:18 -0800]:
Hi Anthony,
> Changing the following in mantis.postinst will fix the issue for me.
> Postinst is using the
> wrong variable. Should use dbadmpass
>
> 283c283
> < mysqldump -u"$dbuser" -h"$dbserver" -p"$dbpass" "$d
Changing the following in mantis.postinst will fix the issue for me.
Postinst is using the wrong variable. Should use dbadmpass
283c283
< mysqldump -u"$dbuser" -h"$dbserver" -p"$dbpass" "$dbname" \
---
> mysqldump -u"$dbuser" -h"$dbserver" -p"$dbadmpass" "$dbname" \
--
6 matches
Mail list logo