mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Reverting mysql to 2.1.1
- Unfortunately mysql has changed the way it handles the charset setting such that it now causes encoding issues on many setups where 'utf8' is apparently not the correct setting. - We need to revert this upgrade until the issue is fixed or we have a way to handle it nicely for our users.
This commit is contained in:
parent
45dda927f6
commit
1f17d5b2fd
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
"xml": "0.0.12"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"mysql": "2.5.2",
|
||||
"mysql": "2.1.1",
|
||||
"pg.js": "3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue