Seul MySQL/MariaDB est disponible.

Lume51 Posted messages 55 Registration date   Status Member Last intervention   -  
 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:

The site launches fine, but Nextcloud displays

Only MySQL/MariaDB is available. Install and activate additional PHP modules to choose other database types

There are modules to install, but I don't see which ones to select despite my research. The link to the documentation is not working.

Thank you!

1 answer

  1. nxc
     

    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

    0