I have installed phpmyadmin on my University webserver where my website is. I have configured config.inc.php, but whenever I go to it, it gives error saying:
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Here is my config.inc.php:
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 2.11.9.5 setup script by Michal ?iha? <michal@cihar.com>
* Version: $Id: setup.php 12304 2009-03-24 12:56:58Z nijel $
* Date: Thu, 02 Jul 2009 22:41:38 GMT
*/
/* Servers configuration */
$i = 0;
/* Server mysql.acs.ucalgary.ca (config:groupii) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'mysql.acs.ucalgary.ca';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = '';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'config';
/* End of servers configuration */
?>
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Here is my config.inc.php:
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 2.11.9.5 setup script by Michal ?iha? <michal@cihar.com>
* Version: $Id: setup.php 12304 2009-03-24 12:56:58Z nijel $
* Date: Thu, 02 Jul 2009 22:41:38 GMT
*/
/* Servers configuration */
$i = 0;
/* Server mysql.acs.ucalgary.ca (config:groupii) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'mysql.acs.ucalgary.ca';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = '';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'config';
/* End of servers configuration */
?>