quote the password
parent
004b651d61
commit
25d58f5192
|
@ -460,7 +460,7 @@ if ( $version )
|
|||
$command .= " -u".$dbUser;
|
||||
if ( $dbPass )
|
||||
{
|
||||
$command .= " -p".$dbPass;
|
||||
$command .= ' -p"'.$dbPass.'"';
|
||||
}
|
||||
}
|
||||
$command .= " ".$Config{ZM_DB_NAME}." < ";
|
||||
|
|
Loading…
Reference in New Issue