Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1449

[3.3.x] Support Forum • Re: PHPbb locally

$
0
0
This what the config.php from phpBB-3.3.14 on XAMPP PHP7.2 looks like:

Code:

<?php// phpBB 3.0.x auto-generated configuration file// Do not change anything in this file!$dbms = 'mysqli';$dbhost = 'localhost';$dbport = '';$dbname = 'your_mysql_database';$dbuser = 'root';$dbpasswd = '';$table_prefix = 'phpbb_';$acm_type = 'file';$load_extensions = '';@define('PHPBB_INSTALLED', true);// @define('DEBUG', true);// @define('DEBUG_EXTRA', true);?>
The default set up of the XAMPP MySQL server has user root with no password set.

Statistics: Posted by rockedge — Mon Dec 23, 2024 9:26 pm



Viewing all articles
Browse latest Browse all 1449

Trending Articles