Socket Error?

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
658
92
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

Yes I Do Have 3306 Open And 80 Open I Been Getting Alot Of Questions On That But Here Is The Phpmyadmin Config I took out the password and all of that stuff but here it is:
Code:
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 3.4.10.1 setup script
* Date: Wed, 29 Feb 2012 03:16:43 +0000
*/
 
/* Servers configuration */
$i = 0;
 
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
 
/* End of servers configuration */
 
$cfg['blowfish_secret'] = '4f4d96e1b90354.86302865';
$cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
 

Users who are viewing this thread

Top