app server 报错 :Caused by: java.sql.SQLException: Storage engine MyISAM is disabled (Table creation is disallowed).
Closed this issue · 0 comments
neversuspend commented
我是 IM server 专业版
数据库是阿里云 rds,app-server启动时候报错
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) ~[app.jar:0.67]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) ~[app.jar:0.67]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:51) ~[app.jar:0.67]
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52) ~[app.jar:0.67]
Caused by: java.sql.SQLException: Storage engine MyISAM is disabled (Table creation is disallowed).
应该如何处理,谢谢