Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
wodesuck committed Nov 17, 2016
1 parent 43e886d commit 9680e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Move `percona-server-5.6\_5.6.31-77.0` to PhxSQL directory, rename or link as 'p
| | Port | Port for phxsqlproxy to listen |
| | LogFilePath | Directory to store log |
| | LogLevel | Log level of phxbinlogsvr |
| | MasterEnableReadPort | Enable readonly-port in master node |
| | MasterEnableReadPort | Enable readonly-port in master node. If set to 0, master will forwarding readonly-port requests to one of slaves. |
| | TryBestIfBinlogsvrDead | After the local phxbinlogsvr is dead, phxsqlproxy will try to get master information from phxbinlogsvr on other machine, if this option set to 1. |

# PhxSQL Usasge
Expand Down
2 changes: 1 addition & 1 deletion README.zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ PhxSQL需要用到一些第三方库(glog, leveldb, protobuf, phxpaxos, colib,
| | Port | phxsqlproxy的监听端口 |
| | QSLogFilePath | phxsqlproxy的日志目录 |
| | QSLogLevel | phxsqlproxy的日志级别 |
| | MasterEnableReadPort | Enable readonly-port in master node |
| | MasterEnableReadPort | 是否打开master的只读端口。如果设为0,master会将只读端口的请求转发到一台slave上。 |
| | TryBestIfBinlogsvrDead | 如果这个选项设为1,在本地phxbinlogsvr挂掉后,phxsqlproxy会重试从别的机器上的phxbinlogsvr获取master信息。 |

# PhxSQL使用
Expand Down

0 comments on commit 9680e89

Please sign in to comment.