Hi Guys,
Open the following URL in editor:
vim /etc/phpmyadmin/config.inc.php
Now,
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
//if (empty($dbserver))
$dbserver = 'servername';
$cfg['Servers'][$i]['host'] = $dbserver;
if (!empty($dbport)) {
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['port'] = $dbport;
}
//$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysqli';
Cheers!!!
Open the following URL in editor:
vim /etc/phpmyadmin/config.inc.php
Now,
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
//if (empty($dbserver))
$dbserver = 'servername';
$cfg['Servers'][$i]['host'] = $dbserver;
if (!empty($dbport)) {
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['port'] = $dbport;
}
//$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysqli';
Cheers!!!
Good day. I was impressed with your article. Keep it up . You can also visit my site if you have time. Thank you and Bless you always.
ReplyDeletePHP Database Programming in India