You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/07 02:57:55 UTC

[GitHub] [incubator-doris] morningman opened a new issue #3049: [Bug] Failed to connect to Doris using Navicat version 15

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


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] chaoyli closed issue #3049: [Bug] Failed to connect to Doris using Navicat version 15

Posted by GitBox <gi...@apache.org>.
chaoyli closed issue #3049: [Bug] Failed to connect to Doris using Navicat version 15
URL: https://github.com/apache/incubator-doris/issues/3049
 
 
   

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


With regards,
Apache Git Services

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