login might not be set

This commit is contained in:
Jamie Cameron
2016-01-11 12:47:55 -08:00
parent c18bbbee4c
commit 44ef858725

View File

@@ -37,7 +37,7 @@ else {
$in{'host_def'} ? '%' : $in{'host'},
$in{'db'},
$in{'user_def'} ? '' : $in{'user'},
$in{'table'}, $config{'login'},
$in{'table'}, $config{'login'} || "root",
$in{'perms1'}, $in{'perms2'});
}
else {