Fix version
This commit is contained in:
parent
fe573ac578
commit
5537b67a39
1 changed files with 1 additions and 1 deletions
|
@ -988,7 +988,7 @@ sub mysql_setup {
|
|||
chomp($password);
|
||||
chomp($name);
|
||||
$mysqllogin = "-u $name";
|
||||
<
|
||||
|
||||
if ( length($password) > 0 ) {
|
||||
$mysqllogin .= " -p'$password'";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue