• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Moder acc erro

It cannot connect to the database because of incorrect settings. I suggest that you take a look in the config.php

Example.
PHP:
$config['database']['host'] = "127.0.0.1";
$config['database']['login'] = "root";
$config['database']['password'] = "test";
$config['database']['database'] = "theforgottenserver";
 
Back
Top