Mediawiki installation/Trouble shooting

From Biowikifarm Metawiki
< Mediawiki installation
Revision as of 14:31, 14 September 2017 by Gregor Hagedorn (Talk | contribs) (Cannot access the database)

(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? (Version-dependent files like: MediaWikiCommonSettings_REL1_26.php)
  • 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';