Tach!
Hättest Du vielleicht eine Lösung für mich parat?
TYPE durch ENGINE ersetzen geht in jedem Texteditor. MySQL updaten könnte auch helfen. Vorher (das) Daten(-Verzeichnis) sichern.
dedlfix.
Ich habe den SQL-Dump nun ohne Kompatibilitätsmodus exportiert und auf dem neuen Server installiert. Das Ergebnis ist die Fehlermeldung:
Fehler
Statische Analyse:
1 Fehler wurden während der Analyse gefunden.
Unerkanntes Schlüsselwort. (near "ON" at position 25)
SQL-Befehl: Bearbeiten Bearbeiten
SET FOREIGN_KEY_CHECKS = ON;
MySQL meldet: Dokumentation
#2006 - MySQL server has gone away
Neues phpMyAdmin-Fenster
Warning in ./libraries/dbi/DBIMysqli.class.php#261
Error while sending QUERY packet. PID=29041
Backtrace
./libraries/dbi/DBIMysqli.class.php#261: mysqli_query(
object,
string 'SELECT @@lc_messages;',
integer 0,
)
./libraries/DatabaseInterface.class.php#246: PMA_DBI_Mysqli->realQuery(
string 'SELECT @@lc_messages;',
object,
integer 1,
)
./libraries/DatabaseInterface.class.php#1941: PMA_DatabaseInterface->tryQuery(
string 'SELECT @@lc_messages;',
NULL,
integer 1,
boolean false,
)
./libraries/DatabaseInterface.class.php#325: PMA_DatabaseInterface->fetchValue(string 'SELECT @@lc_messages;')
./libraries/Util.class.php#2970: PMA_DatabaseInterface->{closure}()
./libraries/DatabaseInterface.class.php#327: PMA_Util::cacheGet(
string 'server_language',
object,
)
./libraries/DatabaseInterface.class.php#2507: PMA_DatabaseInterface->convertMessage(string 'Got a packet bigger than \'max_allowed_packet\' bytes')
./libraries/dbi/DBIMysqli.class.php#436: PMA_DatabaseInterface->formatError(
integer 1153,
string 'Got a packet bigger than \'max_allowed_packet\' bytes',
)
./libraries/DatabaseInterface.class.php#2960: PMA_DBI_Mysqli->getError(object)
./libraries/import.lib.php#178: PMA_DatabaseInterface->getError()
./libraries/plugins/import/ImportSql.class.php#161: PMA_importRunQuery(
string 'CREATE TABLE IF NOT EXISTS `wp_aiowps_login_activity` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `user_login` varchar(150) NOT NULL, `login_date` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\', `logout_date` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\', `login_ip` varchar(100) NOT NULL DEFAULT \'\', `login_country` varchar(150) NOT NULL DEFAULT \'\', `browser_type` varchar(150) NOT NULL DEFAULT \'\', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13',
string 'CREATE TABLE IF NOT EXISTS `wp_aiowps_login_activity` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `user_login` varchar(150) NOT NULL, `login_date` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\', `logout_date` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\', `login_ip` varchar(100) NOT NULL DEFAULT \'\', `login_country` varchar(150) NOT NULL DEFAULT \'\', `browser_type` varchar(150) NOT NULL DEFAULT \'\', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13',
boolean false,
array,
)
./import.php#641: ImportSql->doImport(array)
[Jörg Reinhholz: editiert (in Quelltext umgewandelt) damit es überhaupt lesbar wird]
Kann einer von Euch daraus etwas lesen?
Danke für die Hilfe!!