* Enrico Weigelt <[EMAIL PROTECTED]> wrote:

> Does anyone known some way (w/o crawling too deep in the code)
> for givinb mediawiki the ownership of the database and never ever
> require superuser privileges anymore ? 

Well, just found it out by myself:

* log into you wiki database and give your wikiuser all permissions:
  
  GRANT ALL ON *.* TO [EMAIL PROTECTED] ;
  
* set $wgDBadminuser/$wgDBadminpassword to your normal wiki user
  in AdminSettings.php (you may copy it from LocalSettings.php)
  
* run 'php update.php' 


cu
PS: does anyone get mediawiki running on postgresql ?
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
        http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
        http://patches.metux.de/
---------------------------------------------------------------------
-- 
gentoo-user@gentoo.org mailing list

Reply via email to