From 02063579422b9f98f62a4edf9a5353f9a0e3809a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 1 Dec 2004 12:39:30 +0000 Subject: [PATCH] Remove unused initialdata.sql, possibly unsafe if somebody uses it by mistake --- maintenance/initialdata.sql | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 maintenance/initialdata.sql diff --git a/maintenance/initialdata.sql b/maintenance/initialdata.sql deleted file mode 100644 index 141c71a854..0000000000 --- a/maintenance/initialdata.sql +++ /dev/null @@ -1,18 +0,0 @@ --- SQL to load database with initial values for testing. --- Most will be overwritten by install script. --- - -INSERT INTO user (user_name,user_rights,user_password) - VALUES ('WikiSysop','sysop','d41d8cd98f00b204e9800998ecf8427e'), - ('WikiDeveloper','sysop,developer','d41d8cd98f00b204e9800998ecf8427e'); - -INSERT INTO cur (cur_namespace,cur_title,cur_text,cur_restrictions) - VALUES (4,'Upload_log','Below is a list of the most recent file uploads.\nAll times shown are server time (UTC).\n\n','sysop'), - (4,'Deletion_log','Below is a list of the most recent deletions.\nAll times shown are server time (UTC).\n\n','sysop'), - (0,'Main_Page','Wiki software successfully installed!',''), - (4,'Block log', 'This is a log of user blocking and unblocking actions. Automatically -blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for -the list of currently operational bans and blocks.', 'sysop'); - -INSERT INTO site_stats VALUES (1,0,0,0); - -- 2.20.1