Mediawiki git installation guide: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 December 2024

20 November 2024

  • curprev 17:0517:05, 20 November 2024Mwroot talk contribs 1,335 bytes +1,335 Created page with "第一步,下载 MediaWiki:<code>git clone https://gerrit.wikimedia.org/r/mediawiki/core.git --branch REL1_42 mediawiki</code> 第二步,配置 数据库 <syntaxhighlight lang="sql" line> CREATE DATABASE my_wiki; CREATE USER 'wikiuser'@'localhost' IDENTIFIED BY 'database_password'; GRANT ALL PRIVILEGES ON my_wiki.* TO 'wikiuser'@'localhost' WITH GRANT OPTION; -- 注:数据库名,用户名,密码,均自行更改为自己能记住的 </syntaxhighlight> 第..."