Manual talk:$wgDBTableOptions
From MediaWiki.org
Normally, $wgDBTableOptions will be set in the LocalSettings.php file generated in by the installer, and it will have the following value, depending on which database option you chose:
- MySQL 4.1/5.0 binary
- ENGINE=InnoDB, DEFAULT CHARSET=binary
- MySQL 4.1/5.0 UTF-8
- ENGINE=InnoDB, DEFAULT CHARSET=utf8
- MySQL 4.0 backwards-compatible UTF-8
- TYPE=InnoDB
--Tgr 20:48, 14 September 2008 (UTC)