adding debug message for normal client
This commit is contained in:
parent
e6f1f487d3
commit
60ab76b80d
1 changed files with 1 additions and 0 deletions
|
@ -417,6 +417,7 @@ sub mysql_setup {
|
|||
}
|
||||
} else {
|
||||
# It's not Plesk or debian, we should try a login
|
||||
debugprint "$mysqladmincmd $remotestring ping 2>&1";
|
||||
my $loginstatus = `$mysqladmincmd $remotestring ping 2>&1`;
|
||||
if ($loginstatus =~ /mysqld is alive/) {
|
||||
# Login went just fine
|
||||
|
|
Loading…
Reference in a new issue