niumy0701 opened a new issue, #4333: URL: https://github.com/apache/streampark/issues/4333
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22improvement%22) and found no similar issues. ### Java Version Manually create the database separately, and remove the database creation statement from the table creation statement, in order to control user permissions for database operations ### Scala Version 2.11.x ### StreamPark Version 2.1.5 ### Flink Version 1.8 ### Deploy mode None ### What happened For security reasons, business database users should not have the permission to create databases. Therefore, a user with the permission to create databases should first create a database separately, and then grant permissions to the business database users before creating tables ### Error Exception ```log ``` ### Screenshots _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR!(您是否要贡献这个PR?) ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
