RaigorJiang opened a new issue #13425: URL: https://github.com/apache/shardingsphere/issues/13425
### Background DistSQL is a new feature of version 5.0. Users may encounter some error prompts when using it, but do not understand how to deal with these situations. ### Aim Add FAQ, point out the cause of the error message, and provide solutions. ### How to 1. Understand the error message in the task description, investigate and confirm the cause. (Of course you can also ask for help) 2. Edit the [FAQ](https://github.com/apache/shardingsphere/tree/master/docs/document/content/reference/faq) files to add related questions and answers. 3. If you are not good at Chinese, you can also submit an English FAQ independently. ### Task - ADD RESOURCE ```sql mysql> ADD RESOURCE ds_0 ( -> HOST=127.0.0.1, -> PORT=3306, -> DB=demo_ds_0, -> USER=root, -> PASSWORD=123456, -> PROPERTIES("maximumPoolSize"=10) -> ); ERROR 1104 (C1104): Can not process invalid resources, error messages are: [Invalid data source configuration name `ds_0`, error message is: Failed to get driver instance for jdbcUrl=jdbc:mysql://127.0.0.1:3306/demo_ds_0]. ``` -- 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]
