Hello everyone,
I’m encountering an SQL error during the installation/database rebuild of EspoCRM on my Infomaniak hosting (MariaDB). Here’s the full error message:
[2025-10-19 20:47:55] ALERT: Rebuild database error: An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'lead (id VARCHAR(17) CHARACTER SET utf8mb4 NOT NULL COLLATE `utf8mb4_unicode_...' at line 1
Is there an official solution to work around this issue with recent versions of MariaDB?
I’m encountering an SQL error during the installation/database rebuild of EspoCRM on my Infomaniak hosting (MariaDB). Here’s the full error message:
[2025-10-19 20:47:55] ALERT: Rebuild database error: An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'lead (id VARCHAR(17) CHARACTER SET utf8mb4 NOT NULL COLLATE `utf8mb4_unicode_...' at line 1
Is there an official solution to work around this issue with recent versions of MariaDB?
Comment