$cfgServers[1]['host'] = 'db.myname.f2s.com'; // MySQL hostname
$cfgServers[1]['port'] = '3307'; // MySQL port - leave blank for default port
$cfgServers[1]['adv_auth'] = false; // Use advanced authentication?
$cfgServers[1]['stduser'] = 'root'; // MySQL standard user (only needed with advanced auth)
$cfgServers[1]['stdpass'] = ''; // MySQL standard password (only needed with advanced auth)
$cfgServers[1]['user'] = 'myname'; // MySQL user (only needed with basic auth)
$cfgServers[1]['password'] = 'mypass'; // MySQL password (only needed with basic auth)
$cfgServers[1]['only_db'] = 'mydb'; // If set to a db-name, only this db is accessible
$cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
Bookmarks