Forum Moderators: coopster
What haf i done wrong.. N i m actually not sure about my local host.. Cos i m using my school wireless network..
$cfg['PmaAbsoluteUri'] = 'http://www.example.com/phpMyAdmin-2.5.7-pl1/';
$i = 0;
$cfg['Servers'][$i]['host'] = 'example.com'; // MySQL hostname
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'username'; // MySQL user
$cfg['Servers'][$i]['password'] = 'my_pass'; // MySQL password (only needed
// with 'config' auth_type)
[edited by: ergophobe at 2:14 pm (utc) on Sep. 10, 2004]
[edit reason] url exemplified, password and username generalized [/edit]