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