Seite 1 von 1

bigdumpproblem

Verfasst: 30.11.2005 21:11
von snakepilsken
Hi ...

ich habe folgendes Problem, wenn ich nach einem Umzug mit Bigdump die Datenbank einspielen möchte kommt folgendes Problem.

Code: Alles auswählen

Error at the line 32: ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Es hat nichts genutzt den Charset rauszunehmen, geht immer noch nicht.


Gruß
SP

Verfasst: 30.11.2005 21:41
von tost
Du musst diesen Teil rausnehmen:

DEFAULT CHARSET=latin1

Bringt das nichts ?
Ansonsten keine Meldung mehr ? Nur dies ?

tost

Verfasst: 30.11.2005 21:44
von snakepilsken
Es kommt dann ein nächster Fehler das ist doch zum kotzen das die SQL Datenbanken nicht abwärtskompatibel sind. :-?

Code: Alles auswählen

Error at the line 40: LOCK TABLES `phpbb_attach_quota` WRITE;

Query: LOCK TABLES `phpbb_attach_quota` WRITE;
Jetzt habe ich die LOCK TABLES mal alle rausgworfen und es hängt jetzt hier

Code: Alles auswählen

Error at the line 1348: ) ENGINE=MyISAM;

Query: CREATE TABLE `phpbb_search_wordlist` ( `word_text` varchar(50) character set latin1 collate latin1_bin NOT NULL default '', `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word_common` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`word_text`), KEY `word_id` (`word_id`) ) ENGINE=MyISAM;

MySQL: 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 'collate latin1_bin NOT NULL default '', `word_id` mediumint(8

Stopped on error

Gruß
DIetmar

Verfasst: 01.12.2005 05:40
von snakepilsken
keiner ne Idee :oops:

Verfasst: 01.12.2005 20:56
von snakepilsken
erledigt :D

danke tost