Difference between revisions of "User:Djgreen/MediaWiki: Engr Installation"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
− | ==Installing== | + | ==Installing 1.6.7== |
#Unpack the files into the intended directory. | #Unpack the files into the intended directory. | ||
#Create a database called mediawiki_<nameofsite>, and a corresponding useraccount | #Create a database called mediawiki_<nameofsite>, and a corresponding useraccount | ||
#*User account needs '''create, select, insert, update, delete, lock tables''' on the DB. | #*User account needs '''create, select, insert, update, delete, lock tables''' on the DB. | ||
#Autoinstaller isn't going to work, so don't even bother. | #Autoinstaller isn't going to work, so don't even bother. | ||
− | # | + | #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== | ==Upgrading== |
Revision as of 09:32, 28 June 2006
Installing 1.6.7
- Unpack the files into the intended directory.
- Create a database called mediawiki_<nameofsite>, and a corresponding useraccount
- User account needs create, select, insert, update, delete, lock tables on the DB.
- Autoinstaller isn't going to work, so don't even bother.
- 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.