Page is a not externally linkable
EliteWeb - 5:58 am on Sep 14, 2004 (gmt 0)
// phpBB 2.x auto-generated config file $dbms = 'mysql'; $dbhost = 'localhost'; $table_prefix = 'phpbb_'; If you change it in the config file you will need to change it in mySQL. Your system administrator can assist with changing in mySQL or if you have phpMyAdmin installed for web-based access the option is within there.
Look in the config file normally located in the root of the folder phpBB is in. The information is in plain text. ie: config.php
// Do not change anything in this file!
$dbname = 'yourBBuname';
$dbuser = 'userNameHere';
$dbpasswd = 'passw0rdhere!';