r56661 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56660‎ | r56661 | r56662 >
Date:07:15, 20 September 2009
Author:emufarmers
Status:ok
Tags:
Comment:
Follow up to r56323: fix the broken grant syntax (which I should have tested before committing).
Modified paths:
  • /trunk/phase3/maintenance/users.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/users.sql
@@ -4,9 +4,9 @@
55 -- from local settings.
66 --
77
8 -GRANT * ON `{$wgDBname}`.*
 8+GRANT ALL PRIVILEGES ON `{$wgDBname}`.*
99 TO '{$wgDBuser}'@'%' IDENTIFIED BY '{$wgDBpassword}';
10 -GRANT * ON `{$wgDBname}`.*
 10+GRANT ALL PRIVILEGES ON `{$wgDBname}`.*
1111 TO '{$wgDBuser}'@localhost IDENTIFIED BY '{$wgDBpassword}';
12 -GRANT * ON `{$wgDBname}`.*
 12+GRANT ALL PRIVILEGES ON `{$wgDBname}`.*
1313 TO '{$wgDBuser}'@localhost.localdomain IDENTIFIED BY '{$wgDBpassword}';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r56323Follow up to r56285: just grant all rights to the installer-created database ...emufarmers18:40, 14 September 2009

Status & tagging log