I've created my database, added a database user (and connected the user to the database), and edited around my config.php, but it doesn't seem to connect to the database.
What am I doing wrong?
And yes, I've made sure I edited all these spots:
$config['Database']['dbname']
$config['Database']['technicalemail']
$config['MasterServer']['servername']
$config['MasterServer']['username']
$config['MasterServer']['password']
What am I doing wrong?
And yes, I've made sure I edited all these spots:
$config['Database']['dbname']
$config['Database']['technicalemail']
$config['MasterServer']['servername']
$config['MasterServer']['username']
$config['MasterServer']['password']
Comment