From cf35edd4d10d63ebbd27b3097cba5045097437a4 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 12 Nov 2006 10:51:07 +0000 Subject: [PATCH] removed wikisql user --- maintenance/ourusers.php | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/maintenance/ourusers.php b/maintenance/ourusers.php index b50519d273..9b7af60540 100644 --- a/maintenance/ourusers.php +++ b/maintenance/ourusers.php @@ -59,28 +59,6 @@ foreach( $hosts as $host ) { print "GRANT SELECT, INSERT, UPDATE, DELETE ON `$db`.* TO 'wikiuser'@'$host' IDENTIFIED BY '$wikiuser_pass';\n"; } -/* - print "\n-- wikisql\n\n"; - foreach ( $databases as $db ) { -print <<