From: Tim Starling Date: Mon, 2 Aug 2004 12:26:43 +0000 (+0000) Subject: Fixed quoting, added wikisource suffix X-Git-Tag: 1.5.0alpha1~2537 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=ddbdd699a741737e15f19a9a3985f7568e58a860;p=lhc%2Fweb%2Fwiklou.git Fixed quoting, added wikisource suffix --- diff --git a/maintenance/ourusers.php b/maintenance/ourusers.php index 4d543fed8a..7e62884473 100644 --- a/maintenance/ourusers.php +++ b/maintenance/ourusers.php @@ -26,6 +26,7 @@ $databases = array( '%wiki', '%wikiquote', '%wiktionary', + '%wikisource', ); foreach( $hosts as $host ) { @@ -35,9 +36,11 @@ foreach( $hosts as $host ) { foreach( $databases as $db ) { 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 <<