Installation problem [ ubuntu ]

Hello friends, I hope you are doing well.
Please if anyone can help me to solve this installation problem otherwise in ‘database type’ I have no choice for Driver database type as you see on this image.

normally the database server is localhost.
did you install mariaDB?
I suggest to use a front end for the maria/mysql managing as phpmyadmin.
It must be installed at the server.
I also recommend to install webmin.
Then, with one of them create an empty database called dolibarr.
At the installer don’t tic “create” Just type the mariadb/mysql credentials and let the intaller create tables and etc.

1 Like

As said in the combo, the driver for mysql is not installed in your php.
You must install php package like php-mysql or php-mysqlnt

1 Like