diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c
index 8b8b591..4147c53 100644
--- a/src/bin/pgbench/pgbench.c
+++ b/src/bin/pgbench/pgbench.c
@@ -3250,6 +3250,7 @@ main(int argc, char **argv)
 		if (PQresultStatus(res) != PGRES_TUPLES_OK)
 		{
 			fprintf(stderr, "%s", PQerrorMessage(con));
+			fprintf(stderr, "HINT pgbench:  is \"%s\" the right database? did you initialize first (-i)?\n", dbName);
 			exit(1);
 		}
 		scale = atoi(PQgetvalue(res, 0, 0));
