Manual:$wgDBtype/ru

This page is a translated version of the page Manual:$wgDBtype and the translation is 0% complete.
Настройки базы данных: $wgDBtype
Type of database.
Введено в версии:1.3.0
Удалено в версии:всё ещё используется
Допустимые значения:"mssql", "mysql", "oracle", "postgres", "sqlite"
Значение по умолчанию:'mysql'

Details

Type of database.

  • 'mysql' - MySQL or MariaDB (Will default to the newer MySQLi driver if enabled on the server. Otherwise, falls back to the legacy MySQL driver.)
  • 'postgres' - PostgreSQL (введено в 1.7)
  • 'sqlite' - SQLite (введено в 1.13)
  • 'mssql' - MS-SQL (удалено в 1.34)
  • 'oracle' - Oracle (введено в 1.5) (удалено в 1.34)
Older versions may have used "pgsql" or "PostgreSQL" instead of "postgres". The documentation was updated to use "postgres" in 1.8.0, but the switch may have been made earlier.