cannot get past step 1

Hi ksar,

yes I understand that. It kept on complaining about the root@localhost.

Right now I have redone all the steps in the installation guide I linked earlier.
I got the same error:

================
DolibarrHasDetectedError.
InformationToHelpDiagnose:
Date: 20190925112845
Dolibarr: 10.0.2
PHP: 7.2.22-1+ubuntu18.04.1+deb.sury.org+1
Server: Apache/2.4.29 (Ubuntu)
OS: Linux xxxx-Studio-1558 4.15.0-64-generic #73-Ubuntu SMP Thu Sep 12 13:16:13 UTC 2019 x86_64
UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

RequestedUrl: /dolibarr/
Referer:
MenuManager:

DatabaseTypeManager: mysqli
RequestLastAccessInError: ErrorNoRequestInError
ReturnCodeLastAccessInError: ErrorNoRequestInError
InformationLastAccessInError: ErrorNoRequestInError

Message: host=localhost, port=3306, user=dolibarrdebian, databasename=dolibarr_anton, Access denied for user ‘dolibarrdebian’@‘localhost’ (using password: YES)

So I started to look for the file where the database names and users are specified. I found the file /etc/dolibarr/conf.ini with specified databases.
I changed the entries in there in line with the command line names I had used earlier to create database and user on MariaDB.

When I now open Dolibarr I get to the login page of Dolibarr and login with the user I had created.
I get the following error: Table ‘dolibarr.llx_user’ doesn’t exist
How can I see which users are created and which databases are created for MariaDB?