- 检查
data/common.inc.php
文件:$cfg_dbhost = 'localhost'; // 数据库服务器地址 $cfg_dbname = 'your_database_name'; // 数据库名 $cfg_dbuser = 'your_username'; // 数据库用户名 $cfg_dbpwd = 'your_password'; // 数据库密码
- 确保信息正确:核对数据库名、用户名和密码是否与数据库实际设置一致。


分享服务器维护、抵抗入侵、防篡改、防御攻击、排查后门木马、清理挖矿病毒、网络安全、信息安全、内网安全、数据灾备、网站搬迁、程序升级、威胁情报、网站安全运维的日常知识
data/common.inc.php
文件:
$cfg_dbhost = 'localhost'; // 数据库服务器地址
$cfg_dbname = 'your_database_name'; // 数据库名
$cfg_dbuser = 'your_username'; // 数据库用户名
$cfg_dbpwd = 'your_password'; // 数据库密码