I changed the database link type in the database.php file and changed mysql to mysqli but still reported an error that the class does not exist: \think\db\connector\Mysqli. After checking the reason, it seems that tp5.1 does not support it. Before tp5, just change it to mysqli.