Shooting missiles in to the Middle East maybe "Pheeew! Pheeew!" for DT, but the noise wakes up sleeping tigers:
BIG NEWS: Germany has just made the standard Open Document Format (ODF) mandatory
Assuming your config.php has this:
$CFG->dbtype = 'mysqli';
$CFG->dblibrary = 'native';
$CFG->dbhost = 'localhost';
$CFG->dbname = 'DBNAME';
$CFG->dbuser = 'DBUSER';
$CFG->dbpass = '.........';
$CFG->prefix = 'mdl_';
$CFG->dboptions = array (
'dbpersist' => 0,
'dbport' => '',
'dbsocket' => '',
'dbcollation' => 'utf8mb4_general_ci',
);
Does mysql client react:
$ mysql -u DBUSER -p
Enter password: []
> use DBNAME;
> show tables;
+----------------------------------+
| Tables_in_mslsmoodle |
+----------------------------------+
| mdl_adminpresets |
| mdl_adminpresets_app |
...