by Piotr F.
![]()
![]()
Ken, thanks for all the tips.
in config.php
I get
$CFG->dbtype = 'mariadb';
$CFG->dblibrary = 'native';
$CFG->dbhost = 'localhost';
$CFG->dbname = 'mydbname';
$CFG->dbuser = 'myusername';
Just to be sure, I need to verify privs for myusername.
Having webmin installed (again, thanks), in
Servers > MariaDBDatabaseServer
I choose User Permissions,
in config.php
I get
$CFG->dbtype = 'mariadb';
$CFG->dblibrary = 'native';
$CFG->dbhost = 'localhost';
$CFG->dbname = 'mydbname';
$CFG->dbuser = 'myusername';
Just to be sure, I need to verify privs for myusername.
Having webmin installed (again, thanks), in
Servers > MariaDBDatabaseServer
I choose User Permissions,
and here we go, looks like myusername in RED has None, correct?

So I click it, and here, red circle, I should check all, correct?

Sorry for too simple questions, I don't want to mess up with the settings (made snapshots but anyway).
Piotr