MyBB.de Forum
SQL Error bei UTF-8 Konvertierung - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html)
+---- Thema: SQL Error bei UTF-8 Konvertierung (/thread-16077.html)



SQL Error bei UTF-8 Konvertierung - doylecc - 16.04.2010

Seit dem Upgrade auf MyBB 1.4.12 tritt bei der UTF-8 Konvertierung folgender Fehler auf:
Code:
SQL Error:
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 'blobNOT NULL' at line 1
Query:
ALTER TABLE mybb_upgrade_data CHANGE `title` `title` varbinary(30) DEFAULT '' NOT NULL, CHANGE `contents` `contents` blobNOT NULL

Zu diesem Fehler kommt es in drei Foren auf zwei verschiedenen Servern. Einmal wird MySQL 5.0.81 und einmal MySQLi 5.0.45 verwendet.


RE: SQL Error bei UTF-8 Konvertierung - StefanT - 16.04.2010

Das ist wohl ein Fehler... Aber warum brauchst du die Konvertierung?
Die betroffene Tabelle braucht das MyBB eh nicht... Toungue


RE: SQL Error bei UTF-8 Konvertierung - doylecc - 16.04.2010

Ich weiß. Ist so ne dumme Angewohnheit von mir, manchmal an den ungewöhnlichsten Stellen rumzuklicken. Wink


RE: SQL Error bei UTF-8 Konvertierung - StefanT - 16.04.2010

Dort kannst du aber dein ganzen Forum zerschießen. Toungue