<?php // 数据库配置 $cfg_dbhost = 'localhost'; // 数据库服务器地址 $cfg_dbport = 3306; // 数据库端口 $cfg_dbase = 'your_database...