Skip to content

Commit

Permalink
better diagnostics when MySQL client connection fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Stosberg committed Mar 6, 2006
1 parent 08dd7f1 commit 58bff58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/smolder_createdb
Expand Up @@ -166,7 +166,7 @@ if (not $dry_run) {
die($msg);
}
} else {
die("Unable to access MySQL client.\n");
die("Unable to access MySQL client. The error returned was:\n$output\n");
}
}
}
Expand Down

0 comments on commit 58bff58

Please sign in to comment.