: socket error
the file mysql.sock does not exist what I have to do?
- Original Message -
From: "bruce" <[EMAIL PROTECTED]>
To:
Sent: Thursday, December 21, 2006 4:35 PM
Subject: RE: socket error
> you might also need to check that the my.cnf file is configured to
> ref
age -
From: "Rolando Edwards" <[EMAIL PROTECTED]>
To: "eng.waleed" <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, December 21, 2006 4:08 PM
Subject: Re: socket error
Here is a question:
Were you attempting to login on the localhost machine ??
Can you login to the M
the file mysql.sock does not exist what I have to do?
- Original Message -
From: "bruce" <[EMAIL PROTECTED]>
To:
Sent: Thursday, December 21, 2006 4:35 PM
Subject: RE: socket error
you might also need to check that the my.cnf file is configured to
referenc
ginal Message-
From: Lemuel Formacil [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 21, 2006 6:25 AM
To: mysql@lists.mysql.com
Subject: Re: socket error
On Thursday 21 December 2006 02:25, eng.waleed wrote:
> hi
> I have this error on mysql engine Could not connect: Can't connect
On Thursday 21 December 2006 02:25, eng.waleed wrote:
> hi
> I have this error on mysql engine Could not connect: Can't connect to local
> MySQL server through socket '/var/lib/mysql/mysql.sock' (13) is there any
> suggestion my version is 3.23.58
> BR
I think it's either you don't have read permi
Here is a question:
Were you attempting to login on the localhost machine ??
Can you login to the MySQL server from an external client, in other words,
outside of the localhost ??
When you do 'select host,user from mysql.user;'
Does any user in the 'mysql.user' table have access ??
The should b
Waleed,
First, please try to upgrade your mysql.
Try to review in your my.cnf if your configuration socket appear two twice (
in two lines ).
Verify in your environment if your mysql is running using "ps -aux | grep -i
mysql".
$ service mysql stop
$ ps -aux | grep -i mysql
$ (if still running
"Jim Douglas" <[EMAIL PROTECTED]> wrote on 03/13/2006 12:24:56 PM:
> I can connect to mysql with
>
> mysql -u dbname -p
>
> When I start MySQL Administrator v 1.1.6 it says
>
> Could not connect to host 'localhost'.
> MySQL Error Nr. 2002
> Can't connect to local MySQL server through socket '/
Hello Mukund,
Remove the /etc/my.cnf file and start the mysqld daemon again. It will
work
Thanks,
Mathan
- Original Message -
From: "Mukund N Rathi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 26, 2004 11:31 AM
Subject: Socket Error While Starting MySQL
> Hi
--- Peter Grigor <[EMAIL PROTECTED]> wrote:
> >
> >
> >>>i'm sorry - could you explain that for a
> >>>simpleton :-)
> >>>i have no idea what you mean :-/
> >>>
> >>>--- Peter Grigor <[EMAIL PROTECTED]> wrote:
>
Original Message -
From: "J. A. Tovey" <[EMAIL PROTECTED]>
To: "Peter Grigor" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 9:34 AM
Subject: Re: socket error
Type
ps ax | grep mysql
at your shell...this will giv
- Original Message -
From: "J. A. Tovey" <[EMAIL PROTECTED]>
To: "Peter Grigor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 11:52 AM
Subject: Re: socket error
>
> yes, i ran everything again
>
Well, the hos
yes, i ran everything again
--- Peter Grigor <[EMAIL PROTECTED]> wrote:
> - Original Message -
> From: "J. A. Tovey" <[EMAIL PROTECTED]>
> To: "Peter Grigor" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Tuesday, February
- Original Message -
From: "J. A. Tovey" <[EMAIL PROTECTED]>
To: "Peter Grigor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 11:33 AM
Subject: Re: socket error
> ok :)
>
> all killed now,
>
> (not quite
<[EMAIL PROTECTED]>
> > > To: "Peter Grigor" <[EMAIL PROTECTED]>;
> > > <[EMAIL PROTECTED]>
> > > Sent: Tuesday, February 11, 2003 9:34 AM
> > > Subject: Re: socket error
> > >
> > >
>
> Type
>
> ps ax | gre
ter Grigor" <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, February 11, 2003 9:34 AM
> > Subject: Re: socket error
> >
> >
Type
ps ax | grep mysql
at your shell...this will give a list of processes that are associated with
mysql.
gt;;
> <[EMAIL PROTECTED]>
> Sent: Tuesday, February 11, 2003 9:34 AM
> Subject: Re: socket error
>
>
> > ah ok, yes,
> >
> > the error log says
> > "
> > 030211 12:10:27 mysqld started
> > 030211 12:10:27 Can't start server: Bin
- Original Message -
From: "J. A. Tovey" <[EMAIL PROTECTED]>
To: "Peter Grigor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 9:34 AM
Subject: Re: socket error
> ah ok, yes,
>
> the error log says
> "
>
ah ok, yes,
the error log says
"
030211 12:10:27 mysqld started
030211 12:10:27 Can't start server: Bind on
TCP/IP port: Address already in use
030211 12:10:27 Do you already have another
mysqld server running on port: 3306 ?
030211 12:10:27 Aborting
"
how do i get rid of this other mysql !
- Original Message -
From: "J. A. Tovey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 9:09 AM
Subject: socket error
> hi -
>
> i have got to the beginning stages of
> installation - on trying to create a root
> password with:
>
> bin/mysqladmin -u root pass
Pedro Leite wrote:
Hi,
I'm new to MySql and to this list. I'm confused and lost. I installed MySQL
in a Mandrake box and with no problem at all, just followed the installation
procedures. Then I created a database, tables etc. All just fine. Then I
connected the database with a Domino applicati
Fajar,
Friday, October 25, 2002, 10:14:42 AM, you wrote:
FP> What's wrong if this error message appears when I try to run mysql:
FP> cannot connect to local Mysql server through socket
FP> '/var/lib/mysql/mysql.sock'
FP> If I run mysql_config, this appears:
FP> --socket /tmp/mysql.sock
FP> What
> Hi All,
>
> What's wrong if this error message appears when I try to run mysql:
> cannot connect to local Mysql server through socket
> '/var/lib/mysql/mysql.sock'
>
> If I run mysql_config, this appears:
> --socket /tmp/mysql.sock
>
> What should I do to correct this? Thanks.
Modify your my.
Are you sure that you are running the server at all?
Nikodim
Here's my bug report
Version: MySql 3.23.51.
OS: Linux linux 2.4.18 #4 Fri May 31 01:25:31 PDT 2002 i586 unknown
Memory: 64MB + 256MB(Swap)
Distibution Name: mysql-3.23.51-pc-linux-gnu-i686
I runned MySQL with the command: bin/sa
Are you sure that you are running the server at all?
Nikodim
Here's my bug report
Version: MySql 3.23.51.
OS: Linux linux 2.4.18 #4 Fri May 31 01:25:31 PDT 2002 i586 unknown
Memory: 64MB + 256MB(Swap)
Distibution Name: mysql-3.23.51-pc-linux-gnu-i686
I runned MySQL with the command: bin/sa
Charles Mégnin writes:
> I am getting an error message
>
> Can't connect to local MySQL server through socket '' (111)
>
> trying to connect via mySQLgui on my Linux box running RH6.2
> I do have a
> /tmp/mysql.sock
> with proper authorizations
> and have no problem connecting to the serverwitho
26 matches
Mail list logo