Mediawiki installation/Trouble shooting

From Biowikifarm Metawiki
< Mediawiki installation
Revision as of 02:51, 12 September 2017 by Andreas Plank (Talk | contribs) (Created page with "<div style="padding:1ex;" class="toc">Please feel free to add trouble cases and the hints and solutions to resolve them</div> == Cannot access the database == * configurat...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Please feel free to add trouble cases and the hints and solutions to resolve them


Cannot access the database

  • configuration in Global MediaWikisettings correct?
  • has user wikiuser access? If not execute something like: GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON `my_database` . * TO 'wikiuser'@'localhost';