6 messages in com.mysql.lists.perlRe: Can't connect to local MySQL serv...
FromSent OnAttachments
Greg Meckes01 Jun 2001 11:28 
David Block01 Jun 2001 11:29 
Dexter01 Jun 2001 13:03 
Greg Meckes01 Jun 2001 13:50 
Dexter01 Jun 2001 16:18 
Dexter01 Jun 2001 17:43 
Subject:Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock--What's this
From:David Block (dbl@gene.pbi.nrc.ca)
Date:06/01/2001 11:29:58 AM
List:com.mysql.lists.perl

On Fri, 1 Jun 2001, Dexter wrote:

Hi folks,

Everything installed.

What does this mean? Can't connect to local MySQL server through socket '/tmp/mysql.sock

Your server isn't running, or the socket is somewhere else. ps aux|grep mysqld to see if the server is up. If it is up, then search for the .sock file.

Bonne chance!