Page MenuHomePhabricator

UTF8 Database Creation
Closed, ResolvedPublic

Description

Author: axelseaa

Description:
If you specifiy a root/admin mysql user and password, the database created takes the default schema when using mysql5. There should probably be a check in the config script to create utf8 databases if the install is opting to use the the mysql 4.1/5.0 schemas.

"CREATE DATABASE $wgDBname CHARACTER SET utf8 COLLATE utf8_general_ci"


Version: 1.12.x
Severity: normal

Details

Reference
bz11859

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:59 PM
bzimport set Reference to bz11859.
bzimport added a subscriber: Unknown Object (MLST).

Hi Aaron. Thanks for taking the time to report this!
This particular problem has already been reported into our bug tracking system, but please feel free to report any further issues you find.
Marking as duplicate of bug which has a better bug summary.

  • This bug has been marked as a duplicate of bug 14931 ***