boilerplates icon indicating copy to clipboard operation
boilerplates copied to clipboard

Error while trying to initialise the database: An exception occurred while executing a query: SQLSTATE[HY000]

Open edgardmello opened this issue 3 years ago • 0 comments

Seems to be related to MariaDB 10.6

add this "--innodb-read-only-compressed=OFF " to the command line

nextcloud-db: image: mariadb restart: always command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-read-only-compressed=OFF

edgardmello avatar Dec 03 '21 00:12 edgardmello