morningman opened a new issue #3049: [Bug] Failed to connect to Doris using 
Navicat version 15
URL: https://github.com/apache/incubator-doris/issues/3049
 
 
   **Describe the bug**
   When navicat try to connect Doris, it will send statement:
   
   ```
   SHOW VARIABLES LIKE 'lower_case_%'; SHOW VARIABLES LIKE 'sql_mode'; SELECT 
COUNT(*) AS support_ndb FROM information_schema.ENGINES WHERE Engine = 
'ndbcluster';
   ```
   
   And Doris will return "Syntax error".
   
   **WHy**
   This is because the MySQL protocol layer of Doris does not support 
multi-statement.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to