RaigorJiang commented on issue #12717: URL: https://github.com/apache/shardingsphere/issues/12717#issuecomment-927250512
@roodkcab Thank you for your feedback. I ran some tests and the results are as follows: ```sql mysql> grant select, insert, update, delete on sharding_db.t_order to user12717@%; ERROR 1235 (42000): This version of ShardingSphere-Proxy doesn't yet support this SQL. 'You have an error in your SQL syntax' mysql> grant select, insert, update, delete on sharding_db.t_order to user12717; ERROR 1146 (42S02): Table 'sharding_db.t_order' doesn't exist mysql> grant select, insert, update, delete on t_order to user12717; Query OK, 0 rows affected (0.04 sec) ``` There are indeed problems that need to be improved. -- 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]
