This what the
The default set up of the XAMPP MySQL server has user root with no password set.
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);?>
Statistics: Posted by rockedge — Mon Dec 23, 2024 9:26 pm