RaigorJiang opened a new issue, #27888:
URL: https://github.com/apache/shardingsphere/issues/27888
## Bug Report
### Which version of ShardingSphere did you use?
master e96b3b1e
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
### Expected behavior
export the correct result
### Actual behavior
```sql
mysql> REGISTER STORAGE UNIT ds_0 (
-> HOST="127.0.0.1",
-> PORT=3306,
-> DB="demo_ds_0",
-> USER="root",
-> PASSWORD="123456",
-> PROPERTIES("maximumPoolSize"=10)
-> );
Query OK, 0 rows affected (0.63 sec)
mysql> export database configuration;
+----------------------------+
| result |
+----------------------------+
| databaseName: test
rules:
|
+----------------------------+
1 row in set (0.09 sec)
```
--
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]