Merge pull request #2862 from Gared/set_mysql_connection_charset

set charset for mysql connection in settings.json
pull/2912/head
Stefan 2016-02-02 21:12:07 +01:00
commit 5f5d8cada8
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@
"user" : "root",
"host" : "localhost",
"password": "",
"database": "store"
"database": "store",
"charset" : "utf8mb4"
},
*/