Jump to content

Manual:$wgSQLiteDataDir/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgSQLiteDataDir and the translation is 10% complete.
SQLite-specific: $wgSQLiteDataDir
To override default SQLite data directory.
이 변수가 소개된 버전:1.13.0 (r34457)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(path)
기본값:''

상세

To override default SQLite data directory.

By default it is "data" directory in the parent of the document root (i.e. the folder where the web server stores web documents).

SQLite stores each database in its own file. So MediaWiki must give it the directory and filename, to get access to the database. This also applies to humans trying to access the database on the terminal (see Manual:SQLite).

This variable allows for storing the database outside the document root, because, in most cases, one does not want to give access to the database file through the web.