FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » error from phpadmin
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: error from phpadmin [message #176710 is a reply to message #176709] Thu, 19 January 2012 13:15 Go to previous messageGo to previous message
Andre[2] is currently offline  Andre[2]
Messages: 1
Registered: January 2012
Karma:
Junior Member
Le 19/01/2012 14:04, John a écrit :
> Hello everybody,
>
> I'm new here and I hope to find some help.
>
> I'm using XAMPP and so far without problems.
>
> Now I'm trying to create via a small php utility, a database and tables.
> Apparently all went well, according to a message which I echoed on the
> screen.
>
> However, when I start phpadmin, just to double check that everything
> really went OK, I get the following error message :
>
> #2002 - The server is not responding (or the local MySQL server's socket
> is not correctly configured)
>
>
> Looking up in internet I found an answer to a similar question, so I
> added the following line :
>
> $cfg['Servers'][$i]['socket'] = '';
>
>
> to the file config.inc.php .
>
> Still doesnt work. I get the same error.
>
> What could have gone wrong in the whole process ?
>
> Thanks for any hints.
>
>
>
>
>
>
This is my config.ini.php
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'homepc';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'socket';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';


hoppe it help.
André
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Implied cast differs from explicit cast
Next Topic: HTTP headers and header()
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 28 16:42:54 GMT 2024

Total time taken to generate the page: 0.03912 seconds