All public logs

Jump to navigation Jump to search

Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:05, 20 November 2024 Mwroot talk contribs created page Mediawiki git installation guide (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> 第...")