SlimTeufel
July 1st, 2001, 15:38
Has anyone been able to configure phpmyadmin to work with host.sk? I have it setup like this and every other way, with no luck. The below config usually works for me with other hosts.
$cfgServers[1]['host'] = 'db.host.sk';
$cfgServers[1]['port'] = '';
$cfgServers[1]['adv_auth'] = false;
$cfgServers[1]['stduser'] = '';
$cfgServers[1]['stdpass'] = '';
$cfgServers[1]['user'] = '**myinfo**';
$cfgServers[1]['password'] = '**mypassword**';
$cfgServers[1]['only_db'] = '';
$cfgServers[1]['verbose'] = '';
$cfgServers[1]['host'] = 'db.host.sk';
$cfgServers[1]['port'] = '';
$cfgServers[1]['adv_auth'] = false;
$cfgServers[1]['stduser'] = '';
$cfgServers[1]['stdpass'] = '';
$cfgServers[1]['user'] = '**myinfo**';
$cfgServers[1]['password'] = '**mypassword**';
$cfgServers[1]['only_db'] = '';
$cfgServers[1]['verbose'] = '';