From 1f17d5b2fd44dfa475051faa333e2c5ac10abe0c Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Tue, 18 Nov 2014 19:45:07 +0000 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c0428f5a0..5734dd10fe 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "xml": "0.0.12" }, "optionalDependencies": { - "mysql": "2.5.2", + "mysql": "2.1.1", "pg.js": "3.6.2" }, "devDependencies": {