Ritakang0451 commented on issue #1667:
URL: 
https://github.com/apache/incubator-linkis/issues/1667#issuecomment-1066092443


   Cause: this error occurs in MySQL version 5.7 and above. The problem is that 
the configuration strictly implements the "SQL92 standard". Solution: enter the 
/ etc / MySQL directory and modify my CNF file add code under [mysqld]:
   sql_mode = 
STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
   


-- 
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-unsubscr...@linkis.apache.org

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



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

Reply via email to