RaigorJiang opened a new issue, #32044: URL: https://github.com/apache/shardingsphere/issues/32044
## Bug Report ### Which version of ShardingSphere did you use? master 8fa472535661a0705915e8322251bce2fce6a4ae ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior Create table successfully and no error ### Actual behavior If user does not have SELECT privilege, create table successfully but prompts syntax error <img width="1241" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/5d3d4548-187b-4b38-ad0b-6f30410bf1c8"> ### User prifilege ```sql CREATE USER 'jeffrey' IDENTIFIED BY '123456'; grant create,drop on *.* to 'jeffrey'; show grants for 'jeffrey'; ``` -- 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]
