❶ 進入學校的教務管理系統時,出現了『資料庫連接出錯,請檢查資料庫連接』是怎麼回事
你檢測資料庫的連接情況或者資料庫配置文件,有可能是資料庫地址,用戶名,密碼出現了錯誤
❷ 連接資料庫失敗,可能資料庫密碼不對或資料庫伺服器出錯!
查一下 data目錄下的 common.inc.php文件數據連接配置 $cfg_dbhost = 'localhost'; //這里修改成你數據回庫的IP看一看
$cfg_dbname = 'axxx';//資料庫名稱
$cfg_dbuser = 'axxx';;//資料庫賬號$cfg_dbpwd = '333333';//資料庫密答碼
$cfg_dbprefix = 'dede_'; //數據前綴
$cfg_db_language = 'utf8';