Last modified: 2011-12-01 14:55:13 UTC
Per IRC discussion with Chad, if the DB user account already exists, the grants aren't added to the existing user <^demon> if ( !$this->getVar( '_CreateDBAccount' ) ) { <^demon> return Status::newGood(); <^demon> }
Stupid mistake from when I redid all of this. Should be quick to fix (we should grant unconditionally if $wgDBuser != _InstallUser)
Done in r87278.