每次重启都会有这个问题,报了一段时间就没有了,我安装了laravel的数据库和thinkorm
database.php 没有配置
thinkorm 里面有多个连接,mysql 和 sqlserver的
/vendor/topthink/think-orm/src/db/PDOConnection.php:1499:SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]New transaction is not allowed because there are other threads running in the session.
看起来是有的请求没提交或回滚事务。检查下哪里用了事务没提交。
事务的标准用法
代码里就没用到事务