Seite 1 von 1

Wie ändert man die Datenbank?

Verfasst: 29.09.2007 15:41
von Darth Laugh
Hallo,
Ich hab mir den Wer-war-da Mod runtergeladen und gesehen das da sql steht kenne auch die Bedeutung aber: Wo soll ich diesen Code einfügen?
#-----[ SQL ]------------------------------------------
#
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` ));
Ich bitte um schnelle antwort!
DAnke im vorraus.

Verfasst: 29.09.2007 15:42
von sound-ks

Verfasst: 29.09.2007 16:30
von Darth Laugh
Es kommt immer ein fehler beim bestätigen!

Ist dieser Code überhaupt richitg?
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` ));
?????

Verfasst: 29.09.2007 16:39
von Darth Laugh
#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 '' at line 1

DAs steht da