1 | # -----------------------------------------------------------------------------------------------------
|
2 | # This file holds database-related information.
|
4 | # **IMPORTANT** The utf8mb4_unicode_520_ci collation (database encoding) is required, because we need
|
5 | # need to store messages in 4 bytes (mb4) due to unicode/emojis/non-English letter support.
|
7 | # Using MySQL 8.0 is recommended. ChatControl wil attempt to recreate tables with the right
|
8 | # encoding if you reset them, in case you're having issues-
|
10 | # This file does NOT support reloading.
|
11 | # -----------------------------------------------------------------------------------------------------
|
13 | # How we should save player-related data, emails, logs, regions and other server settings.
|
14 | # Available: local (just works, no configuration needed, uses SQLite)
|
15 | # remote (requires Host, Database, User, Password set below, supports MySQL/MariaDB)
|
18 | # The remote database connection settings. Only configure if using remote database.
|
22 | Password: 'Aq@4Zx1Te2S.UOFMh@QnO^UK'
|
24 | # Expert. Customize the connection here. Requires remote database. Custom drivers are
|
25 | # supported but you need to write a plugin that loads before ChatControl and loads the driver.
|
26 | Line: jdbc:mysql://u2_UhUaYIXzXK:Aq%404Zx1Te2S.UOFMh%40QnO%5EUK@**.**.**.**:3306/s2_ChatControl
|