MediaWiki is a popular open-source wiki software that allows users to create and manage websites using the wiki-style collaboration. Installing MediaWiki on Windows 11 is a straightforward process. Here's a step-by-step guide on how to do it.
The following are the prerequisites for installing MediaWiki on Windows 11:
C:\xampp\htdocs
) using an archive tool such as 7-Zip or WinRAR.CREATE DATABASE mediawiki;
mediawiki
database using the following commands:CREATE USER 'myuser'@'localhost' IDENTIFIED BY 'mypassword';
GRANT ALL PRIVILEGES ON mediawiki.* TO 'myuser'@'localhost';
LocalSettings.php
file in the config
directory to LocalSettings.php.bak
.LocalSettings.php.bak
file to the same directory and rename it to LocalSettings.php
.LocalSettings.php
file in a text editor such as Notepad.$wgDBtype = 'mysql';
$wgDBserver = 'localhost';
$wgDBname = 'mediawiki';
$wgDBuser = 'myuser';
$wgDBpassword = 'mypassword';
http://localhost/mediawiki
).mediawiki
.Congratulations! You have successfully installed MediaWiki on Windows 11. You can now start creating and managing your wiki website using MediaWiki.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!