You are not logged in.
Now, with GLPI version 10.0.x and PHP 8.1, it gives an error when trying to create a database from the installer. To create it manually, what parameters are necessary?
"Uncaught Exception mysqli_sql_exception: Unknown database 'glpiddbb' in /GLPI/glpi/install/install.php at line 319"
The documentation doesn't specify anything.
"
Database
Warning
Currently, only MySQL (5.7 minimum) and MariaDB (10.2 minimum) database servers are supported by GLPI.
In order to work, GLPI requires a database server.
"
Thank you!
Offline
Hi,
You can find a fix for this bug here: https://github.com/glpi-project/glpi/pull/14534/files
Offline
Hello!
I do it handmade:
create database glpi charset utf8mb4 collate utf8mb4_unicode_ci;
It is okey?
Thankyou!
Offline
If you can see it from GLPI side, it is OK.
Offline