Fix database user existence check: a username may be allowed to log in but not on...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 5 Apr 2006 08:50:27 +0000 (08:50 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 5 Apr 2006 08:50:27 +0000 (08:50 +0000)
commit05971d6e9e56b4e7409a7911e634a64664b6e5df
tree9e4ae818734880af52ae984a16b5d84f07a7b97a
parent3bbf7dcbd2131022899f594e47fc19dbf26804dd
Fix database user existence check: a username may be allowed to log in but not on the database we want, in which case we still have to add it. The grants are now per-database so they won't interfere.
config/index.php