Handle custom table prefixes on service databases.

Closes #987

Thanks @Ric878
This commit is contained in:
Adarnof
2018-02-28 10:56:30 -05:00
parent 9d9cfebd9e
commit 2fa1d9998d
6 changed files with 81 additions and 63 deletions

View File

@@ -115,6 +115,8 @@ Under Database Settings, set the following:
- Database Username is your auth MySQL user, usually `allianceserver`
- Database Password is this users password
If you use a table prefix other than the standard `phpbb_` you need to add an additional setting to your auth project's settings file, `PHPBB3_TABLE_PREFIX = ''`, and enter the prefix.
You should see `Succesful Connection` and proceed.
Enter administrator credentials on the next page.

View File

@@ -104,4 +104,6 @@ Under Database Settings, set the following:
- Database Username is your auth MySQL user, usually `allianceserver`
- Database Password is this users password
If you use a table prefix other than the standard `smf_` you need to add an additional setting to your auth project's settings file, `SMF_TABLE_PREFIX = ''`, and enter the prefix.
Follow the directions in the installer.