Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Posted by: Radovan Hrabcak
Date: May 02, 2008 07:02AM

Hello,

I have very similar problem. I have installed phpMyAdmin 2.11.6, i set it up and when I try to connect I get error: MySQL said: Documentation
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured).

I am trying to connect to the remote IP address. All the other applications work fine and can connect to the same mysql server to which I am trying to connect from my phpMyAdmin.

Here is the confing content:

<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 2.11.6 setup script by Michal Cihar <michal@cihar.
com>
* Version: $Id: setup.php 10748 2007-10-10 07:30:59Z cybot_tm $
* Date: Fri, 02 May 2008 09:05:05 GMT
*/

/* Servers configuration */
$i = 0;

/* Server DB1 (cookie) [1] */
$i++;

$cfg['Servers'][$i]['host'] = '192.100.1.10';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = true;
$cfg['Servers'][$i]['controluser'] = 'admin';
$cfg['Servers'][$i]['controlpass'] = '******';
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['verbose'] = 'DB1';

/* End of servers configuration */

$cfg['blowfish_secret'] = '481ad928afd854.03658492';
$cfg['ForceSSL'] = true;
$cfg['ShowPhpInfo'] = false;
$cfg['ShowChgPassword'] = false;
$cfg['AllowArbitraryServer'] = false;
$cfg['LoginCookieRecall'] = 'something';
$cfg['LoginCookieValidity'] = 1800;
$cfg['AllowAnywhereRecoding'] = false;
$cfg['DefaultCharset'] = 'utf-8';
$cfg['RecodingEngine'] = 'iconv';
$cfg['IconvExtraParams'] = '//TRANSLIT';

?>

Anybody has an idea what I am doing wrong?

Thanks a lot!

Options: ReplyQuote


Subject
Written By
Posted
Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
May 02, 2008 07:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.