MariaDB Integration
-
The integration to mariadb (AWS RDS 10.1.34) doesn’t seem to work well it fills error log.
Table ‘yith_wcch_emails’ doesn’t exist
CREATE TABLE wcch_emails (
id BIGINT(20) NOT NULL AUTO_INCREMENT,
sender_id BIGINT(20)
user_id BIGINT(20),
subject VARCHAR(250),
content TEXT,
reg_date TIMESTAMP NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
del TINYINT(1) NOT NULL DEFAULT ‘0’,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
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 ‘BIGINT(20), subject VARCHAR(250), ‘ at line 4
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘MariaDB Integration’ is closed to new replies.