]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - maintenance/users.sql
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / maintenance / users.sql
diff --git a/maintenance/users.sql b/maintenance/users.sql
deleted file mode 100644 (file)
index 1db32ae..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
--- SQL script to create required database users with proper
--- access rights.  This is run from the installation script
--- which replaces the password variables with their values
--- from local settings.
---
-
-GRANT ALL PRIVILEGES ON `{$wgDBname}`.*
- TO '{$wgDBuser}'@'%' IDENTIFIED BY '{$wgDBpassword}';
-GRANT ALL PRIVILEGES ON `{$wgDBname}`.*
- TO '{$wgDBuser}'@localhost IDENTIFIED BY '{$wgDBpassword}';
-GRANT ALL PRIVILEGES ON `{$wgDBname}`.*
- TO '{$wgDBuser}'@localhost.localdomain IDENTIFIED BY '{$wgDBpassword}';