hab alles gemacht wie es dort stand aber da kommt immer so ein fehler das hier habe ich in den eingabemodus eingegeben
Code: Alles auswählen
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_record_users', '0');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_record_time', '0');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_counter_date', '20060717');
CREATE TABLE `phpbb_wwd_counter_ips` (`ip` VARCHAR( 8 ) NOT NULL , PRIMARY KEY ( `ip` ));
und dann kam die Fehlermeldung
SQL-Befehl:
INSERT INTO `phpbb_config` ( config_name, config_value )
VALUES (
'wwd_record_users', '0'
)
und dann habe ich ausprobiert nur den code einzugeben
Code: Alles auswählen
CREATE TABLE `phpbb_wwd_counter_ips` (`ip` VARCHAR( 8 ) NOT NULL , PRIMARY KEY ( `ip` ));
aber dann kam die fehlermeldung
SQL-Befehl:
CREATE TABLE `phpbb_wwd_counter_ips` (
`ip` VARCHAR( 8 ) NOT NULL ,
PRIMARY KEY ( `ip` )
)