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

View file

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