- Jan 27, 2002
- 8,305
- 0
- 76
Back in PuTTY, at the UNIX prompt, we need to configure phpMyAdmin to recognize 1&1 server settings. To do so, change to the phpMyAdmin directory and edit the config.inc.php file with vi or joe. Only the following changes must be made:
$cfg['PmaAbsoluteUri'] = '';
Change this setting to reflect the full pathname and the directory where phpMyAdmin is located. For example: 1&1.com/phpMyAdmin
$cfg['Servers'][$i]['host'] = '';
Place the host name here
$cfg['Servers'][$i]['auth_type'] = 'config';
Make certain this option is set to config. It may be there by default.
$cfg['Servers'][$i]['user'] = '';
Your mySQL username
$cfg['Servers'][$i]['password'] = '';
Your mySQL password
$cfg['Servers'][$i]['only_db'] = '';
Your database name
how do i get to the phpMyadmin directory?what is meant by vi or joe?
$cfg['PmaAbsoluteUri'] = '';
Change this setting to reflect the full pathname and the directory where phpMyAdmin is located. For example: 1&1.com/phpMyAdmin
$cfg['Servers'][$i]['host'] = '';
Place the host name here
$cfg['Servers'][$i]['auth_type'] = 'config';
Make certain this option is set to config. It may be there by default.
$cfg['Servers'][$i]['user'] = '';
Your mySQL username
$cfg['Servers'][$i]['password'] = '';
Your mySQL password
$cfg['Servers'][$i]['only_db'] = '';
Your database name
how do i get to the phpMyadmin directory?what is meant by vi or joe?