_voodoo
Erfahrenes Mitglied
PHP:
CREATE TABLE `phpbb_adminedit` (
`edit_id` mediumint(8) unsigned NOT NULL auto_increment,
`edituser` char(100) NOT NULL default '',
`editok` char(100) NOT NULL default '',
PRIMARY KEY (`edit_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
phpMyAdmin hat gesagt.:You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ' at line 6
Da alle Tabellen so exportiert sind bekomm ich den Fehler überall.
Weiß jmd wie ich das beheben muss? Muss ich evtl. an den Export-Einstellungen
was verändern? Hab sie auf default gelassen ...