Skip to content

Commit

Permalink
Update SMProxy version
Browse files Browse the repository at this point in the history
  • Loading branch information
louislivi committed Dec 26, 2018
1 parent f0a407e commit 07ca998
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ flush privileges;
- 防止`SMProxy`异常退出,建议使用`Supervisor``docker`进行服务挂载。
- `Supervisor` || `docker`
- 使用`Supervisor``docker`时需要使用前台运行模式(v1.2.5+使用`--console`,否则使用`daemonize`参数)否则无法正常启动。
- `502 Bad Gateway`
- MySQL异常崩溃后连接出现502或连接超时,请不要开启长连接模式。

## 交流

Expand Down
2 changes: 2 additions & 0 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ If it is still not available, set `default_authentication_plugin = mysql_native_
- Prevent `SMProxy` from exiting abnormally. It is recommended to use `Supervisor` or `docker` for service mounting.
- `Supervisor` || `docker`
- Use `Supervisor` and `docker` to use the foreground run mode (v1.2.5+ use `--console`, otherwise use `daemonize` parameter) or it will not start properly.
- `502 Bad Gateway`
- After MySQL crashes abnormally, the connection appears 502 or the connection times out. Please do not enable long connection mode.

## Community

Expand Down
2 changes: 1 addition & 1 deletion src/Command/ServerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ServerCommand
public $desc;
public $usage;
public $serverSetting = [];
const SMPROXY_VERSION = 'v1.2.5';
const SMPROXY_VERSION = 'v1.2.6-rc.1';

public function __construct()
{
Expand Down

0 comments on commit 07ca998

Please sign in to comment.