Confluence fails to start with error ‘Unknown system variable ‘storage_engine” using MySQL 5.7.x

Confluence目前最新的版本5.10.8也是不支持MYSQL5.7版本的,官方建议是5.5-5.6版本,但同时官方也给出了使用5.7的方法,在这里和大家共享一下

设置数据库的时候,请按如下设置

jdbc:mysql://localhost/confluence?sessionVariables=storage_engineuse=InnoDB 改为

jdbc:mysql://localhost/confluence?sessionVariables= 如下图,即可使用5.7了

mysql57