$cfg['PmaAbsoluteUri'] = 'http://www.your_web.net/path_to_your_phpMyAdmin_directory';
$cfg['Servers'][$i]['host'] = 'the ip of the host';
$cfg['Servers'][$i]['user'] = 'the db username';
$cfg['Servers'][$i]['password'] = 'the db password';
$cfg['Servers'][$i]['only_db'] = 'name of the db';
Mr_L said:The following are the important ones; -
Code:$cfg['PmaAbsoluteUri'] = 'http://www.your_web.net/path_to_your_phpMyAdmin_directory'; $cfg['Servers'][$i]['host'] = 'the ip of the host'; $cfg['Servers'][$i]['user'] = 'the db username'; $cfg['Servers'][$i]['password'] = 'the db password'; $cfg['Servers'][$i]['only_db'] = 'name of the db';
jonno.co.uk said:another option would be to import in chunks - chop the 8mb file into say, 4 x 2mb files![]()