cancel
Showing results for 
Search instead for 
Did you mean: 

Error #1932 beim upload von SQL-Dump

Error #1932 beim upload von SQL-Dump

Servus leute,

Ich möchte meinen derzeit nur lokalen Webshop endlich live stellen.

Dazu habe ich meine Datenbank exportiert um Sie im follgenden auf meinen A1 Server hochzuladen jedoch bekomme ich folgenenden Error:#1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause

ich denke, dass nicht nur diese Table betroffen ist aber hier ein bsp:

Tabellenstruktur für Tabelle `admin_user_session`
--
CREATE TABLE `admin_user_session` (

`id` int( 10 ) UNSIGNED NOT NULL COMMENT 'Entity ID',
`session_id` varchar( 128 ) NOT NULL COMMENT 'Session id value',
`user_id` int( 10 ) UNSIGNED DEFAULT NULL COMMENT 'Admin User ID',
`status` smallint( 5 ) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Current Session status',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created Time',
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Update Time',
`ip` varchar( 15 ) NOT NULL COMMENT 'Remote user IP'

) ENGINE = InnoDB DEFAULT CHARSET = utf8 COMMENT = 'Admin User sessions table';

 

Ich verwende Xampp phpmyadmin mit der vers. 4.7.4

Mein webhoster verwendet leut explorer 4.0.9

Bitte um Lösungsvorschläge verzweifle langsam echt.

mfg

1 REPLY 1

Re: Error #1932 beim upload von SQL-Dump

Hi,

 

dies sollte sein MySQL 5.6.5 (2012-04-10, Milestone 8)  nicht mehr der Fall sein.

Ist wohl ein altes Problem ...

 Frag mal bei A1 zwecks einem Update von MySQL.

Beste Grüße | Regards, Roman from CopeX.io