Lucas-307 commented on issue #6777: URL: https://github.com/apache/shardingsphere/issues/6777#issuecomment-671762041
Hi, @qiaojiang2: First, I suggest you update your code that is not up-to-date. And, from you stack log. I guess it's because mysql user do not have enought right or mysql version is unexpected. you can check it. use current mysql user execute this sql, see what result return. ```sql SHOW MASTER STATUS; SHOW VARIABLES LIKE 'server_id'; SHOW VARIABLES LIKE 'version'; ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
