-- MySQL dump 8.22
--
-- Host: localhost Database: test
---------------------------------------------------------
-- Server version 3.23.57
--
-- Table structure for table 'test_test'
--
CREATE TABLE test_test (
id varchar(255) NOT NULL default '',
url text,
date timestamp(14) NOT NULL,
PRIMARY KEY (id),
) TYPE=MyISAM;
--
-- Dumping data for table 'test_test'
--
Ich bekomme folgenden Fehler:
#1064 - 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 '---------------------------------------------------------
-- Server version 3.2' at line 4
Warum? Was ist in Zeile 4 falsch?