Nicht mehr ganz neu hier
Beim import bei strato kommt folgender Fehler...wer kann helfen ;9
Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.
ERROR: Nicht geschlossene Anführungszeichen @ 743
STR: '
SQL: --
-- Datenbank: `schroeder`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `vtbn1_assets`
--
CREATE TABLE "vtbn1_assets" (
"id" int(10) unsigned NOT NULL COMMENT 'Primary Key',
"parent_id" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
"lft" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
"rgt" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
"level" int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
"name" varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
"title" varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
"rules" varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY ("id"),
UNIQUE KEY "idx_asset_name" ("name"),
KEY "idx_lft_rgt" ("lft","rgt"),
KEY "idx_parent_id" ("parent_id")
) AUTO_INCREMENT=72
SQL-Befehl:
-- -- Datenbank: `schroeder` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `vtbn1_assets` -- CREATE TABLE "vtbn1_assets" ( "id" int(10) unsigned NOT NULL COMMENT 'Primary Key', "parent_id" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.', "lft" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.', "rgt" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.', "level" int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.', "name" varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n', "title" varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.', "rules" varchar(5120) NOT NULL COMMENT 'JSON encoded access control.', PRIMARY KEY ("id"), UNIQUE KEY "idx_asset_name" ("name"), KEY "idx_lft_rgt" ("lft","rgt"), KEY "idx_parent_id" ("parent_id") ) AUTO_INCREMENT=72
MySQL meldet:
#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 '"vtbn1_assets" (
"id" int(10) unsigned NOT NULL COMMENT 'Primary Key',
"pare' at line 11
Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.
ERROR: Nicht geschlossene Anführungszeichen @ 743
STR: '
SQL: --
-- Datenbank: `schroeder`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `vtbn1_assets`
--
CREATE TABLE "vtbn1_assets" (
"id" int(10) unsigned NOT NULL COMMENT 'Primary Key',
"parent_id" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
"lft" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
"rgt" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
"level" int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
"name" varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
"title" varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
"rules" varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY ("id"),
UNIQUE KEY "idx_asset_name" ("name"),
KEY "idx_lft_rgt" ("lft","rgt"),
KEY "idx_parent_id" ("parent_id")
) AUTO_INCREMENT=72
SQL-Befehl:
-- -- Datenbank: `schroeder` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `vtbn1_assets` -- CREATE TABLE "vtbn1_assets" ( "id" int(10) unsigned NOT NULL COMMENT 'Primary Key', "parent_id" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.', "lft" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.', "rgt" int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.', "level" int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.', "name" varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n', "title" varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.', "rules" varchar(5120) NOT NULL COMMENT 'JSON encoded access control.', PRIMARY KEY ("id"), UNIQUE KEY "idx_asset_name" ("name"), KEY "idx_lft_rgt" ("lft","rgt"), KEY "idx_parent_id" ("parent_id") ) AUTO_INCREMENT=72
MySQL meldet:
#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 '"vtbn1_assets" (
"id" int(10) unsigned NOT NULL COMMENT 'Primary Key',
"pare' at line 11