Code: Select all
DB error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FALSE, mime_type varchar(255) NULL,
Query:
CREATE TABLE faqattachment (
                    id int(11) NOT NULL,
                    record_id int(11) NOT NULL,
                    record_lang varchar(5) NOT NULL,
                    real_hash char(32) NOT NULL,
                    virtual_hash char(32) NOT NULL,
                    password_hash char(40) NULL,
                    filename varchar(255) NOT NULL,
                    filesize int NOT NULL,
                    encrypted tinyint NOT NULL DEFAULT FALSE,
                    mime_type varchar(255) NULL,
                    PRIMARY KEY (id))
Code: Select all
DB error: Duplicate entry 'main.enableUpdate' for key 1
Query:
INSERT INTO faqconfig VALUES ('main.enableUpdate', 'false')
wenn ich die dann alle gelöscht habe, bin ich wieder bei obigem fehler.
hhhiiiillllffeee!

