Handbuch:Microsoft SQL Server
Diese Seite ist veraltet. Es wird für Archivzwecke beibehalten. Es kann Erweiterungen oder Funktionen dokumentieren, die veraltet und/oder nicht mehr unterstützt sind. Verlass dich nicht darauf, dass die Informationen hier aktuell sind. |
↑ Handbuch:Inhaltsübersicht | MediaWiki Datenbank-Layout | Microsoft SQL Server/de |
Microsoft SQL Server-Unterstützung auf MediaWiki ist von experimenteller Qualität. Generell sollten alle Wiki-Funktionen mit Verwendung der Datenbank funktionieren, jedoch könnte es Probleme geben, die die Verwendung einige häufigen Features blockieren. All known bugs with Microsoft SQL Server are tracked using the MSSQL project. Microsoft SQL Server had been supported from MediaWiki 1.23 to MediaWiki 1.33, and was best supported on the LTS releases of MediaWiki. Non-LTS releases have diminished support, and the database may not work at all on them.
Serveranforderungen
Microsoft SQL Server 2008 R2 or later and Microsoft Azure SQL Database are supported; however, running the latest version of SQL Server is recommended. Die Express-Editionen werden nicht unterstützt.
Clientanforderungen
PHP muss die sqlsrv-Erweiterung installiert und aktiviert haben.
Installation
Follow the prompts in the installer to install MediaWiki on Microsoft SQL Server.
You can either create a new database during installation or use an existing one.
The installation user should have the dbowner
role for the database (if using an existing database) or the sysadmin role (if creating a new database).
The database user for normal wiki operation should have the db_datareader
and db_datawriter
roles.
If creating a new database user as part of the installation, it will be granted the minimum set of permissions needed in order to make the wiki functional.