zzyReal666 commented on issue #30283: URL: https://github.com/apache/shardingsphere/issues/30283#issuecomment-2060673830
I had the same problem. **version**: shardingphere-proxy 5.4.1 encrypt **encrypt-conf**: I dont config any encrypt rules. Because this is just to test the proxy.  **problem**: 1. First time connect proxy use DataGrep,proxy got many error,such as : `information_schema.INNODB_BUFFER_PAGE is not VIEW` and `information_schema.INNODB_BUFFER_PAGE_LRU is not VIEW` etc.  2. DataGrip does not display real tables, but can query them,beacaus I had config `- !SINGLE tables: - "*.*"`,before I config it,DataGrip can not find any single tables.  3.DataGrip throws exception:  -- 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]
