luceos
Able to get in just fine, I've got a PW set.
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 749
Server version: 5.5.52-MariaDB MariaDB Server
In my config.php should the 'password' be my server PW or database PW?
It's currently set as my server PW, and was working fine this way before hmm.
'database' =>
array (
'driver' => 'mysql',
'host' => '127.0.0.1',
'database' => 'flarum',
'username' => 'root',
'password' => 'REMOVED',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'testtest',
'port' => '1111',
'strict' => false,
),
Edit:
I changed the password in config.php from my root server PW to my database PW (duh...)
Not sure why it was set this way, or how it was working previously, as I don't remember changing it.
Thanks for your help everyone!