hello,

any phpMyAdmin guru here who can help?
the config file in it is straightforward that all I have to do is fill
up as follows:

$cfgServers[1]['host'] = 'localhost';         // i tried localhost and
all other //possibilities 
$cfgServers[1]['port'] = '';                 
$cfgServers[1]['adv_auth'] = false;          
$cfgServers[1]['stduser'] = 'myusername';      
$cfgServers[1]['stdpass'] = 'mypasswd';        
$cfgServers[1]['user'] = 'myusername';         
$cfgServers[1]['password'] = 'mypasswd';       
$cfgServers[1]['only_db'] = '';              
$cfgServers[1]['verbose'] = '';              
 $cfgServers[1]['socket'] = '/tmp/mysql.sock';

with that I can log on to the phpmyadmin right page, but cannot access
the left page,
once it took about 10mins to load but nothing is listed. Perhaps the
free host is playing hide n seek ? what went wrong with my script here.
The free host themselves either not responding or refuse to answer my
inquiry. pls help

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to