sandynz edited a comment on issue #13434: URL: https://github.com/apache/shardingsphere/issues/13434#issuecomment-958991741
Hi @ccw55ccw , it seems no `SELECT` permission for `test` account from error log: > Caused by: java.sql.SQLSyntaxErrorException: SELECT command denied to user 'test'@'' for table 'checksums' Could you check MySQL `test` account's permissions, e.g. execute following SQL: ``` show grants for 'test'; ``` -- 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]
