diff options
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index fc480fb9d3..d04e4b5260 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -31,9 +31,9 @@ // MySQL // $dbms = "mysql"; -$dbhost = ""; -$dbname = ""; -$dbuser = ""; +$dbhost = "localhost"; +$dbname = "phpbb2"; +$dbuser = "root"; $dbpasswd = ""; */ @@ -97,4 +97,4 @@ $dbpasswd = ""; // $table_prefix = "phpbb_"; -?> +?>
\ No newline at end of file |