ZitatAlles anzeigenFehler
SQL-Befehl:
ALTER TABLE `wcf1_security_accounts` CHANGE `ipAddress`
`ipAddress` VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT
NULL DEFAULT '0.0.0.0'
ALTER TABLE `wcf1_security_accounts_errors` CHANGE `ipAddress`
`ipAddress` VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT
NULL DEFAULT '0.0.0.0'
ALTER TABLE `wcf1_security_acp_session` CHANGE `ipAddress`
`ipAddress` VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT
NULL DEFAULT 'x.x.x.x'
ALTER TABLE `wcf1_security_adminsessions` CHANGE `ipAddress`
`ipAddress` VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT
NULL DEFAULT 'x.x.x.x'
ALTER TABLE `wcf1_security_attacks` CHANGE `ipAddress` `ipAddress`
VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
DEFAULT '0.0.0.0'
ALTER TABLE `wcf1_security_flood` CHANGE `ip` `ip` VARCHAR( 45 )
CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
ALTER TABLE `wcf1_security_honeypot` CHANGE `ipAddress` `ipAddress`
VARCHAR( [...]
MySQL meldet: [Blockierte Grafik: https://zauberflausch-community.de/sqladmin/themes/original/img/b_help.png]
#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 'ALTER TABLE `wcf1_security_accounts_errors`
CHANGE `ipAddress` `ipAddress` VA' at line 2
Danke, aber diese Meldung kommt dann.
Habe die aber einzeln durchgegangen
ZitatALTER TABLE `wcf1_security_honeypot` CHANGE `ipAddress` `ipAddress` VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0.0.0.0'
ALTER TABLE `wcf1_security_sessions` CHANGE `ipAddress` `ipAddress` VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0.0.0.0'
ALTER TABLE `wcf1_security_user_history` CHANGE `ipAddress` `ipAddress` VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0.0.0.0'
ALTER TABLE `wcf1_security_user_login` CHANGE `ipAddress` `ipAddress` VARCHAR( 45 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0.0.0.0'
Die macht er nicht.
Es geht immernoch nicht.