Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
This commit is contained in:
commit
bd7a3eabec
@ -8,6 +8,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4679 Setup does not allow providing a name for favorites table
|
||||
- bug #4680 Number of favorite table are not configurable in setup
|
||||
- bug #4681 'Central columns table' field in setup does not have a description
|
||||
- bug #4318 Default connection collation and sorting
|
||||
|
||||
--- Older ChangeLogs can be found on our project website ---
|
||||
http://www.phpmyadmin.net/old-stuff/ChangeLogs/
|
||||
|
||||
@ -2417,7 +2417,7 @@ $cfg['DefaultLang'] = 'en';
|
||||
*
|
||||
* @global string $cfg['DefaultConnectionCollation']
|
||||
*/
|
||||
$cfg['DefaultConnectionCollation'] = 'utf8_general_ci';
|
||||
$cfg['DefaultConnectionCollation'] = 'utf8_unicode_ci';
|
||||
|
||||
/**
|
||||
* Force: always use this language
|
||||
|
||||
Loading…
Reference in New Issue
Block a user