How to config database?
backend/Config.php
// Character database
$config['db_host'] = '127.0.0.1';
$config['db_name'] = 'MuOnline'; // keep empty if ODBC
$config['db_user'] = 'sa';
$config['db_pass'] = 'xxxxx';
$config['db_type'] = 'mssql';
How yo add admins in website ?
Config.php...