Difference between revisions of "User:Djgreen/MediaWiki: Engr Installation"

From WolfTech
Jump to navigation Jump to search
m
m
Line 6: Line 6:
 
#Use '''tables.sql''' in the maintenance folder to create the initial database table structures.  
 
#Use '''tables.sql''' in the maintenance folder to create the initial database table structures.  
 
#*Be sure to remove all references to /*$wgDBprefix*/ within the file before trying to run it.  
 
#*Be sure to remove all references to /*$wgDBprefix*/ within the file before trying to run it.  
==Upgrading==
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
==Upgrading from 1.5.6 to 1.6.7==
 +
#'''BACKUP''' both the DB and the folder.

Revision as of 10:37, 28 June 2006

Installing 1.6.7

  1. Unpack the files into the intended directory.
  2. Create a database called mediawiki_<nameofsite>, and a corresponding useraccount
    • User account needs create, select, insert, update, delete, lock tables on the DB.
  3. Autoinstaller isn't going to work, so don't even bother.
  4. Use tables.sql in the maintenance folder to create the initial database table structures.
    • Be sure to remove all references to /*$wgDBprefix*/ within the file before trying to run it.




Upgrading from 1.5.6 to 1.6.7

  1. BACKUP both the DB and the folder.