You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
SSM do not work with MySQL 8.
My MySQL version is 8.0.26, it said "query_cache" system variables doesn't exist,
so i had change the mysql-connect-jar-5.1.42 to 8.0.29.
Then,SSM exit with no error message,so i could not locate the root cause.
when i use the MySQL 5.7, it works.