Mediawiki installation/Trouble shooting

From Biowikifarm Metawiki
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';