Skip to content

Commit

Permalink
Docs support MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
louislivi committed Dec 19, 2018
1 parent b5b0248 commit be063b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,11 @@ flush privileges;
- `Reach max connections! Cann't pending fetch!`
- 适当增加`maxSpareConns`或增加`database.json`中的`timeout`项。
- `Must be connected before sending data!`
- 目前不支持`MariaDB`,并检查`MySQL`验证插件是否为`mysql_native_password``caching_sha2_password`,并排查是否有服务冲突,推荐使用`Docker`进行运行排查环境问题。
- 检查`MySQL`是否有外网访问权限。
- 检查`MySQL`验证插件是否为`mysql_native_password``caching_sha2_password`
- 排查是否有服务冲突,推荐使用`Docker`进行运行排查环境问题。
- `Connection * waiting timeout`
- 检查`MySQL`是否有外网访问权限。
- 启动出现数据库连接超时请检查数据库配置,若正常请降低`startConns`或增加`database.json`中的`timeout`项。
- `The server is not running`
- 查看`SMProxy`下的日志`mysql.log``system.log`
Expand Down
5 changes: 4 additions & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,11 @@ If it is still not available, set `default_authentication_plugin = mysql_native_
- `Reach max connections! Cann't pending fetch!`
- Increase `maxSpareConns` appropriately or increase the `timeout` entry in `database.json`.
- `Must be connected before sending data!`
- Currently does not support `MariaDB`, and check if the `MySQL` validation plugin is `mysql_native_password` or `caching_sha2_password` and check for service conflicts. It is recommended to use `Docker` to run the troubleshooting environment.
- Check if `MySQL` has access to the external network.
- Check if `MySQL` verifies that the plugin is `mysql_native_password` or `caching_sha2_password`
- Check for service conflicts. It is recommended to use `Docker` to run a troubleshooting environment.
- `Connection * waiting timeout`
- Check if `MySQL` has access to the external network.
- Start the database connection timeout. Please check the database configuration. If it is normal, please lower the `startConns` or increase the `timeout` item in `database.json`.
- `The server is not running`
- View the logs `mysql.log` and `system.log` under `SMProxy`.
Expand Down

0 comments on commit be063b2

Please sign in to comment.