最近在测试Exchange 2019的一些安装步骤.在测试到DAG的数据库切换的时候遇到了一些问题.An Active Manager operation failed. Error: The database action failed. Error: Move for database 'DB3GB01' was suppressed because too many moves have happened recently. 3 moves have happened within 01:…
1.在application文件夹下面的config.php中打开DEBUG. 2.修改tp5/application/index/controller/Index.php内容. <?php namespace app\index\controller; //引入系统数据类 use think\Db; //引入系统控制器类 use think\Controller; class Index extends Controller { public function index() { 11 //从…