set charset for mysql connection in settings.json

This commit is contained in:
Stefan 2015-12-21 21:02:54 +01:00
parent b519f9f156
commit 8bf53c63cc
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"
},
*/