Skip to content

Commit

Permalink
modify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
flike committed Jan 28, 2016
1 parent 78d7918 commit d54e006
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ kingshard is a high-performance proxy for MySQL powered by Go. Just like other m
- Support reading master database forcely.
- Support sending sql to the specified node.
- Support most commonly used functions, such as `max, min, count, sum`, and also support `join, limit, order by,group by`.
- MySQL HA
- MySQL HA.
- Support set the charset of proxy.
- Support SQL blacklist.

## Install
```
Expand Down
1 change: 1 addition & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ kingshard是一个由Go开发高性能MySQL Proxy项目,kingshard在满足基
13. 支持主流语言(java,php,python,C/C++,Go)SDK的mysql的prepare特性。
14. 支持到后端DB的最大连接数限制。
15. 支持SQL日志及慢日志输出。
16. 支持字符集设置。

## kinshard文档

Expand Down
2 changes: 1 addition & 1 deletion etc/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log_sql: off

# the charset of kingshard, if you don't set this item
# the default charset of kingshard is utf8.
#proxy_charset: utf8mb4
#proxy_charset: gbk

# node is an agenda for real remote mysql server.
nodes :
Expand Down
2 changes: 1 addition & 1 deletion etc/unshard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log_level : debug

# the charset of kingshard, if you don't set this item
# the default charset of kingshard is utf8.
#proxy_charset: utf8mb4
#proxy_charset: gbk

# node is an agenda for real remote mysql server.
nodes :
Expand Down

0 comments on commit d54e006

Please sign in to comment.