dbPort must point to the db name

tags/0.1.1_el5 0.1.1_el5
Daniel Berteaud 8 years ago
parent ccd671a4cc
commit 0bd2515c34
  1. 1
      root/etc/e-smith/templates/usr/share/grr/include/connect.inc.php/10Database

@ -8,6 +8,7 @@ $OUT .=<<"EOF";
\$dbHost="localhost";
\$dbDb="$dbname";
\$dbPort=\$dbDb;
\$dbUser="$dbuser";
\$dbPass="$dbpass";
\$table_prefix="grr";

Loading…
Cancel
Save