$cfgServers15['host'] = 'localhost'; // MySQL hostname
$cfgServers15['port'] = ''; // MySQL port - leave blank for default port
$cfgServers15['socket'] = ''; // Path to the socket - leave blank for
default socket
$cfgServers15['connect_type'] = 'tcp'; // How to connect to MySQL server
('tcp' or 'socket')
$cfgServers15['stduser'] = ''; // MySQL standard user settings (this
user must have read-only $cfgServers15['stdpass'] = ''; // access to the
"mysql/user" and "mysql/db" tables)
$cfgServers15['adv_auth'] = FALSE; // Use advanced authentication?
$cfgServers15['user'] = '数据库用户名'; // MySQL user(此项需要设置)
$cfgServers15['password'] = '数据库密码'; // MySQL password (only needed
with basic auth) (此项需要设置)
$cfgServers15['only_db'] = ''数据库名称'; // If set to a db-name,...(此项