数据库连接出错:escapeshellarg() has been disabled for security reasons
原因:escapeshellarg函数被禁止
解决方法:
1、修改PHP配置文件php.ini,找到 disable_functions 字段,删除 escapeshellarg 。
2、重启php-fpm(nginx环境)。
如果觉得我的回答对您有用,请随意打赏。你的支持将鼓励我继续创作!