Hallo Community,
ich habe folgendes Problem und zwar möchte ich von Tanoa Life 4.4 R4 + extDB2 (Aktuellste) gerne die .SQL-Datei importieren doch mein phpMyAdmin wirft mir folgenden Fehler aus:
Fehlermeldung
SQL-Befehl:
DELIMITER ;-- ------------------------------------------------------------ Table structure for table `players`--CREATE TABLE IF NOT EXISTS `players` ( `uid` int(6) NOT NULL AUTO_INCREMENT, `name` varchar(32) NOT NULL, `aliases` text NOT NULL, `pid` varchar(17) NOT NULL, `cash` int(100) NOT NULL DEFAULT '0', `bankacc` int(100) NOT NULL DEFAULT '0', `coplevel` enum('0','1','2','3','4','5','6','7') NOT NULL DEFAULT '0', `mediclevel` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0', `civ_licenses` text NOT NULL, `cop_licenses` text NOT NULL, `med_licenses` text NOT NULL, `civ_gear` text NOT NULL, `cop_gear` text NOT NULL, `med_gear` text NOT NULL, `civ_stats` varchar(32) NOT NULL DEFAULT '"[100,100,0]"', `cop_stats` varchar(32) NOT NULL DEFAULT '"[100,100,0]"', `med_stats` varchar(32) NOT NULL DEFAULT '"[100,100,0]"', `arrested` tinyint(1) NOT NULL DEFAULT '0', `adminlevel` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0', `donorlevel` [...]
MySQL meldet:
#1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
Ich habe die Datei nicht bearbeitet außer den Namen der Datenbank von 'altislife' auf 'arma3server' zu ändern.
Mit freundlichen Grüßen
Justin.