RaigorJiang commented on code in PR #21678: URL: https://github.com/apache/shardingsphere/pull/21678#discussion_r1001491921
########## docs/document/content/user-manual/shardingsphere-proxy/migration/usage.cn.md: ########## @@ -27,8 +27,8 @@ max_connections=600 执行以下命令,确认是否有开启 binlog: ``` -show variables like '%log_bin%'; -show variables like '%binlog%'; +show dist variables like '%log_bin%'; Review Comment: `show variables` is not a DistSQL, please do not modify it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
