Hello all,
The installation of Community edition on my own server fails, due to a reserved keyword in the database creation.
I found the error to be reserved word “rows”, which has been added in MariaDB 10.2.4 (
mariadb.com/kb/en/mariadb-1024-release-notes/
). How can I fix this or which files should I fix? Unfortunately, I suppose I can’t just change the column name as the whole code would break…
For your information, SELECT VERSION() returns “10.4.6-MariaDB-1:10.4.6+maria~stretch”.
Thanks in advance for any help!
PS: switching the forum UI to English would be way better for foreign visitors! ;-)