Manual:config table
From MediaWiki.org
↑ Manual:Contents | MediaWiki database layout | config table |
Contents
MediaWiki version: | ≥ 1.20 |
Table for holding configuration changes. Accessed by DatabaseConf.php.
Fields[edit | edit source]
- cf_name
- (Describe me!)
- cf_value
- (Describe me!)
MediaWiki version: | 1.20 |
mysql> DESCRIBE config; +----------+----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------+----------------+------+-----+---------+-------+ | cf_name | varbinary(255) | NO | PRI | NULL | | | cf_value | blob | NO | | NULL | | +----------+----------------+------+-----+---------+-------+ 2 rows in set (0.03 sec)
![]() |
Engines: MySQL – Oracle – PostgreSQL – SQLite Technical documentation: Schema (tables) – API property associations – Field prefixes – Primary key storage in other fields – Wikimedia extension tables Configuration: Settings – Sharing Development: Access – Optimization – Policy – Updater – Extension schema updates – Patch file Core tables: archive – category – categorylinks – change_tag – config – externallinks – filearchive – hitcounter – image – imagelinks – interwiki – iwlinks – ipblocks – job – l10n_cache – langlinks – logging – log_search – msg_resource – msg_resource_links – module_deps – objectcache – oldimage – page – pagelinks – page_props – page_restrictions – protected_titles – querycache – querycachetwo – querycache_info – recentchanges – redirect – revision – searchindex – sites – site_stats – tag_summary – templatelinks – text – transcache – updatelog – uploadstash – user – user_former_groups – user_groups – user_newtalk – user_properties – valid_tag – watchlist |
---|
Language: | English • polski |
---|