You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/03/13 12:01:17 UTC

[GitHub] [incubator-linkis] Ritakang0451 opened a new issue #1662: How to adapt mysql8

Ritakang0451 opened a new issue #1662:
URL: https://github.com/apache/incubator-linkis/issues/1662


   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-commons
   
   ### What happened + What you expected to happen
   
   How to adapt mysql8  
   
   ### Relevent platform
   
   -
   
   ### Reproduction script
   
   -
   
   ### Anything else
   
   This question comes from the QA documentation of the Linkis community
   QA Doc Link:https://docs.qq.com/doc/DSGZhdnpMV3lTUUxq
   
   
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] Ritakang0451 commented on issue #1662: How to adapt mysql8

Posted by GitBox <gi...@apache.org>.
Ritakang0451 commented on issue #1662:
URL: https://github.com/apache/incubator-linkis/issues/1662#issuecomment-1066086430


   Solution:
   1. Upgrade the JAR package of mysql-connector to the matching version. If SSL is not enabled, add &usessl =false at the end of the JDBC connection URL configuration
   2. In line 30 of bmlProjectdao.java in linkis-BML-server, "system" needs to be quoted (system is reserved word of mysql 8.0.3+), recompile and deploy, issue #1154 has been mentioned


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] Ritakang0451 closed issue #1662: How to adapt mysql8

Posted by GitBox <gi...@apache.org>.
Ritakang0451 closed issue #1662:
URL: https://github.com/apache/incubator-linkis/issues/1662


   


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org