Änderung in SQL : wie packe ich folgendes Script an...?
Verfasst: 24.11.2005 09:00
Hallo,
habe noch nie per Hand etwas in der SQL-DB geändert.
Jetzt werde ich bei MOD-Einbau dazu aufgefordert. Wie gehe ich da mit dem folgenden Script vor ? - Vielen Dank im voraus.
#-----[ SQL ]----------------------------------------------
# replace "phpbb_" in the folloing queries with your prefix
#
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilie_columns', '4');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilie_rows', '5');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilie_window_columns', '8');
-------------------------------------------------------------------
habe noch nie per Hand etwas in der SQL-DB geändert.
Jetzt werde ich bei MOD-Einbau dazu aufgefordert. Wie gehe ich da mit dem folgenden Script vor ? - Vielen Dank im voraus.
#-----[ SQL ]----------------------------------------------
# replace "phpbb_" in the folloing queries with your prefix
#
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilie_columns', '4');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilie_rows', '5');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilie_window_columns', '8');
-------------------------------------------------------------------