林北 发表于 2025-5-22 14:50:11

Sorlla 发表于 2025-5-21 17:18
看起来是没生成数据库表结构没生成或者是MySQL没启动,
确保安装后正常执行并已经导入过和之前一样的授权
...

OK了,在授权完成后没有点击下一步,运行完脚本再刷新页面,再授权一次就好了,感谢解答

林北 发表于 2025-6-20 16:58:09

java.sql.BatchUpdateException: Unknown column 'VALUE2' in 'field list'
        at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:2007)
        at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1443)
        at com.alibaba.druid.filter.FilterChainImpl.statement_executeBatch(FilterChainImpl.java:3118)
        at com.alibaba.druid.filter.FilterAdapter.statement_executeBatch(FilterAdapter.java:2507)
        at com.alibaba.druid.filter.FilterEventAdapter.statement_executeBatch(FilterEventAdapter.java:279)
        at com.alibaba.druid.filter.FilterChainImpl.statement_executeBatch(FilterChainImpl.java:3116)
        at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeBatch(StatementProxyImpl.java:202)
        at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeBatch(DruidPooledPreparedStatement.java:565)
        at cn.com.rising.dao.FuncBaseDao.restoreData(FuncBaseDao.java:224)
        at cn.com.rising.service.DataService.restoreDb(DataService.java:506)
        at cn.com.rising.service.DataService.restore(DataService.java:330)
        at cn.com.rising.app.Restore.main(Restore.java:37)

这个是啥原因呢,都是3.0.5.22的版本,授权也一致,存在数据库版本的差异嘛,缺了个value

林北 发表于 2025-6-20 17:09:06

这个跟升级有关嘛,管理中心是从17升到22的

麦青儿 发表于 2025-6-23 15:40:35

林北 发表于 2025-6-20 17:09
这个跟升级有关嘛,管理中心是从17升到22的

处理办法请见站内消息。
此问题已改过,17之后的版本就没有这个问题了。
页: 1 [2]
查看完整版本: 求解