think\db\exception\PDOException: SQLSTATE[HY000] [1226] User 'root' has exceeded the 'max_user_connections' resource (current value: 50) in /www/webman/vendor/topthink/think-orm/src/db/PDOConnection.php:797<br />
我已經(jīng)遇到過類似的,發(fā)現(xiàn)是 Eloquent ORM 和ThinkORM都安裝了導(dǎo)致的,只用Eloquent ORM一個就好了。不知道你是什么情況