Wiki
Clone wikiPokemonium / Database Info
Test DB issue
We are aware that the test DB produces 'login failed, please try again' errors. When encountering this, just try logging in again or host your own local database. This has to do with some timeout stuff that's setup on the hosts end and we cannot change this.
Change database
When starting a server, it automatically connects to our test database. If you want to change something in the database, please connect to your own local database by changing the following file: repo/Server/res/settings.txt
The file is structured in this way:
- database_host
- database_name
- database_username
- database_password
- server_name
When you've edited something in the database in order for your new stuff to work, please provide an SQL file which can be executed against the live database.
NEVER EDIT THE LIVE TEST DATABASE
Updated