jly8866 / archer

基于inception的自动化SQL操作平台,支持SQL执行、LDAP认证、发邮件、OSC、SQL查询、SQL优化建议、权限管理等功能,支持docker镜像
Apache License 2.0
1.56k stars 645 forks source link

数据库版本问题 #121

Open ToBeAnotherYou opened 2 years ago

ToBeAnotherYou commented 2 years ago

我是docker装的mysql8.0, 初始化数据库报错 return self.connection.mysql_version >= (5, 6, 4) and Database.version_info >= (1, 2, 5) 是不是不支持8.0哦