zhaojinchao95 opened a new issue, #29275:
URL: https://github.com/apache/shardingsphere/issues/29275

   ```
   mysql> show storage units;
   
+------+-------+-----------+------+------+---------------------------------+---------------------------+---------------------------+---------------+---------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   | name | type  | host      | port | db   | connection_timeout_milliseconds | 
idle_timeout_milliseconds | max_lifetime_milliseconds | max_pool_size | 
min_pool_size | read_only | other_attributes                                    
                                                                                
                                                                                
                 |
   
+------+-------+-----------+------+------+---------------------------------+---------------------------+---------------------------+---------------+---------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   | ds_0 | MySQL | 127.0.0.1 | 3306 | test | 30000                           | 
60000                     | 2100000                   | 50            | 1       
      | false     | 
{"healthCheckProperties":{},"initializationFailTimeout":1,"validationTimeout":5000,"keepaliveTime":0,"leakDetectionThreshold":0,"registerMbeans":false,"allowPoolSuspension":false,"autoCommit":true,"isolateInternalQueries":false}
 |
   
+------+-------+-----------+------+------+---------------------------------+---------------------------+---------------------------+---------------+---------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   1 row in set (0.07 sec)
   
   mysql> REGISTER STORAGE UNIT ds_1 (
       ->     HOST="127.0.0.1",
       ->     PORT=3306,
       ->     DB="test",
       ->     USER="root",
       ->     PASSWORD="123456",
       ->     PROPERTIES("defaultFetchSize"=10000)
       -> );
   Query OK, 0 rows affected (0.15 sec)
   
   mysql> show storage units;
   
+------+-------+-----------+------+------+---------------------------------+---------------------------+---------------------------+---------------+---------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   | name | type  | host      | port | db   | connection_timeout_milliseconds | 
idle_timeout_milliseconds | max_lifetime_milliseconds | max_pool_size | 
min_pool_size | read_only | other_attributes                                    
                                                                                
                                                                                
                 |
   
+------+-------+-----------+------+------+---------------------------------+---------------------------+---------------------------+---------------+---------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   | ds_1 | MySQL | 127.0.0.1 | 3306 | test | 30000                           | 
60000                     | 2100000                   | 50            | 1       
      | false     | 
{"healthCheckProperties":{},"initializationFailTimeout":1,"validationTimeout":5000,"keepaliveTime":0,"leakDetectionThreshold":0,"registerMbeans":false,"allowPoolSuspension":false,"autoCommit":true,"isolateInternalQueries":false}
 |
   
+------+-------+-----------+------+------+---------------------------------+---------------------------+---------------------------+---------------+---------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   1 row in set (0.02 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]

Reply via email to