tuohai666 edited a comment on issue #6539:
URL: https://github.com/apache/shardingsphere/issues/6539#issuecomment-667495338


   @cay914 
   
   > And I have encounted another problem when i refresh 3 (or more) time with 
navicat.
   > some time good, some time wrong. you can see the picture.
   
   The picture already told the reason **order1.t_order_0 doesn't exist.**
   
   All actual tables in your rule as follows:
   `actualDataNodes: order0.t_order_$->{[0,2,4,6]}, 
order1.t_order_$->{[1,3,5,7]}`
   
   Please remove:
   ```
     bindingTables:
       - t_order
   ```
   and try again. Only one table can not be binding tables.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to