Skip to content

Commit 650f691

Browse files
committed
Update README.md
1 parent b46ff78 commit 650f691

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ In order to deploy and run your own server instance of the SSS, please follow in
2929

3030
####MySQL database
3131
* install MySQL 5.6 from [MySQL Site](http://www.mysql.com/downloads/)
32+
* have at least the following set in your `my.cnf`
33+
* [client]
34+
* default-character-set=utf8
35+
* [mysql]
36+
* default-character-set=utf8
37+
* [mysqld]
38+
* init-connect='SET NAMES utf8'
39+
* character-set-server = utf8
3240
* run `SSS/ss/src/main/resources/conf/sss_schema.sql` to setup MySQL database
3341

3442
####SSS and REST adapter

0 commit comments

Comments
 (0)