Seul MySQL/MariaDB est disponible.
Lume51
Posted messages
55
Registration date
Status
Member
Last intervention
-
nxc -
nxc -
Hello,
I have installed NextCloud locally for testing and also on a Raspberry Pi that I want to use as a server for my site and Nextcloud.
http://localhost shows:
1 answer
-
Hello,
Open the phpinfo.php page in your browser and locate the php configuration file indicated on the "Loaded configuration file" line.
In the php configuration file, uncomment the following line to enable the module:extension=pdo_mysql
Then restart the web server.
The other required modules are indicated here:
https://docs.nextcloud.com/server/latest/admin_manual/installation/php_configuration.html#php-installation

