I identify the database in config.php
Then I set various values in the mysql phpbb_config database table
- cookie_name of the ACP cookie settings
- board_email of the ACP email settings
- site_home_url of the ACP board settings
- server_name of the ACP Server settings
- and etc.
I find that none have the values in the mysql database, mysql phpbb_config table
Now when I use the ACP and change just one of the values then all values match the mysql database, mysql phpbb_config table
So, my question is -
How do I get phpBB to read and use the contents of the mysql database, mysql phpbb_config table the first time I log in?
Or maybe there are other places where these values should be set in the database other than the phpbb_config table?