Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

2012-04-13 Thread Claudio Nanni
rting MySQL database server: mysqld . . . . . . . . . . . . . . > > failed! > > > root@devel:~# mysql -u root -p > > > Enter password: > > > ERROR 2002 (HY000): Can't connect to local MySQL server through socket > > > '/var/run/mysqld/mysqld.sock

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

2012-04-11 Thread Prabhat Kumar
. . . > failed! > > root@devel:~# mysql -u root -p > > Enter password: > > ERROR 2002 (HY000): Can't connect to local MySQL server through socket > > '/var/run/mysqld/mysqld.sock' (2) > > root@devel:~# cd /var/run/mysqld/ > > root@devel:/var/run/

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

2012-04-11 Thread Larry Martell
topping MySQL database server: mysqld. > Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed! > root@devel:~# mysql -u root -p > Enter password: > ERROR 2002 (HY000): Can't connect to local MySQL server through socket > '/var/run/mysqld/mysqld.sock'

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

2012-04-11 Thread mail...@securitylabs.it
Il 11/04/2012 10:51, Ganesh Kumar ha scritto: Hi Guys, I am using debian squeeze it's working good, I am trying to install mysql-server. mysql-server installation successfully but didn't start root@devel:~# /etc/init.d/mysql restart Stopping MySQL database server: mysqld. Starting MySQL databa

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2009-10-27 Thread F.A.I.Z.A.L
Hi thanks for your reply. i found the problem, the problem was due to maintenance activity IT team rebooted the machine but they didn't start the mysql server after reboot. i executed mysqld with root credit. i got the below output but still the cursor not return to prompt bash-2.03# /usr/local

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2009-10-26 Thread lists
The socket hets created when you start the server It might be in the mysql home dir, it might be in /var/run. See if its declared in my.cnf Sent via BlackBerry from T-Mobile -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2009-10-26 Thread F.A.I.Z.A.L
hi experts ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) iam facing the above error while connecting the mysql database. i am also checked the mysql.sock socket file is not in /tmp. could you please help me to fix this problem. wh

Fw: mysqlcheck: Got error 202: Can't connect to local MySQL server through socket '/home/qsys/mysql-5.1.32/temp/mysql.sock'

2009-05-03 Thread michel
--prefix=/home/qsys/mysql-5.1.32 \ --with-unix-socket-path=/home/qsys/mysql-5.1.32/tmp/mysql.sock make make install mkdir /home/qsys/mysql-5.1.32/var /home/qsys/mysql-5.1.32/bin/mysql_upgrade at this point I get mysqlcheck: Got error 202: Can't connect to local MySQL server through s

mysqlcheck: Got error 202: Can't connect to local MySQL server through socket '/home/qsys/mysql-5.1.32/temp/mysql.sock'

2009-05-03 Thread michel
-socket-path=/home/qsys/mysql-5.1.32/tmp/mysql.sock make make install mkdir /home/qsys/mysql-5.1.32/var /home/qsys/mysql-5.1.32/bin/mysql_upgradeat this point I get mysqlcheck: Got error 202: Can't connect to local MySQL server through socket '/home/qsys/mysql-5.1.32/temp/mysql.sock'

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)

2008-04-06 Thread Moon's Father
Make sure your mysqld is running On Fri, Apr 4, 2008 at 3:24 AM, Joerg Bruehe <[EMAIL PROTECTED]> wrote: > Hi, > > > Vidal Garza wrote: > > > [[...]] > > > > I have a cuestion, where do you find the system header files error > > number (61)? > > > > I do that brute-force: > > #! /bin/sh > # >

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)

2008-04-03 Thread Joerg Bruehe
Hi, Vidal Garza wrote: [[...]] I have a cuestion, where do you find the system header files error number (61)? I do that brute-force: #! /bin/sh # # FGIN shell script to use "fgrep" on all "/usr/include/h" files # # $1, $2, ... options and arguments given to "fgr

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)

2008-04-03 Thread Vidal Garza
Krishna Chandra Prajapati escribió: Just try mysqladmin ping that whether mysql is working or not Krishna On Thu, Apr 3, 2008 at 5:45 AM, Vidal Garza <[EMAIL PROTECTED]> wrote: Hi... I need test mysql connections but i have a problem... freebsd# uname -a FreeBSD freebsd.aduanet.net 6.3-RE

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)

2008-04-03 Thread Joerg Bruehe
C i386 freebsd# mysql --version mysql Ver 14.12 Distrib 5.0.51a, for portbld-freebsd6.3 (i386) using 5.2 [[...]] but it return error on the screen like and this its my PROBLEM! I would like that all connections finish ok. The errors not apear on mysql_error file. : Can't connect to local M

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)

2008-04-02 Thread Krishna Chandra Prajapati
','`date +%d-%H:%M`','$cnt');" > /usr/local/bin/mysql -u root -ppasswd -e "$query" MYDB >/dev/null > if [ $cnt -eq 99 ];then > break > else > cnt=`expr $cnt "+" 1` > fi > done > > > but it return error on the scre

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)

2008-04-02 Thread Vidal Garza
all connections finish ok. The errors not apear on mysql_error file. : Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61) ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61) ERROR 2002 (HY000): Can't c

Re: ERROR 2002 (HY000): Can't connect to local MySQL server

2007-06-20 Thread Michael Cole
AIL PROTECTED] > Sent: Tuesday, June 19, 2007 12:48 PM > To: John Mancuso > Subject: RE: ERROR 2002 (HY000): Can't connect to local MySQL server > > mysqld_safe > Starting mysqld daemon with databases from /var/lib/mysql STOPPING > server from pid file /var/run/mysqld/m

RE: ERROR 2002 (HY000): Can't connect to local MySQL server

2007-06-19 Thread John Mancuso
:48 PM To: John Mancuso Subject: RE: ERROR 2002 (HY000): Can't connect to local MySQL server mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql STOPPING server from pid file /var/run/mysqld/mysqld.pid 070619 17:40:10 mysqld ended --- John Mancuso <[EMAIL PROTECTED]>

RE: ERROR 2002 (HY000): Can't connect to local MySQL server

2007-06-19 Thread John Mancuso
jn [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 12:25 PM To: John Mancuso Subject: RE: ERROR 2002 (HY000): Can't connect to local MySQL server Hiya, I could not find .err file anywhere. and my mysql.sock file is showing 0 bytes in it. - ash# --- John Mancuso <[EMAIL PROTECTED

RE: ERROR 2002 (HY000): Can't connect to local MySQL server

2007-06-19 Thread John Mancuso
-2475 -Original Message- From: Ahamarshan jn [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 11:54 AM To: mysql@lists.mysql.com Subject: ERROR 2002 (HY000): Can't connect to local MySQL server Hi, I was appending Grant previledges to some databases in mysql; either i typed

ERROR 2002 (HY000): Can't connect to local MySQL server

2007-06-19 Thread Ahamarshan jn
. However I could not connect to mysql again When I start mysql I get the following error $ mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) I could not start nor stop any running mysql I tried to reboot my system hoping t

Re: error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock'

2006-03-28 Thread mysql
On Tue, 28 Mar 2006, Áquila Chaves wrote: > To: mysql@lists.mysql.com > From: Áquila Chaves <[EMAIL PROTECTED]> > Subject: error: 'Can't connect to local MySQL server through socket > '/tmp/mysql.sock' > > - When I execute the command "m

error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock'

2006-03-28 Thread Áquila Chaves
sock' port: 3306 MySQL Community Edition - Standard (GPL) - Aparently it's OK. But when I execute the command below occurs the following error: [EMAIL PROTECTED] mysql]# bin/mysqladmin version bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't c

Re: error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)'

2005-09-13 Thread Michael Stassen
Ed Collins wrote: Description: I get the following message "error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)'" This is the error the client gives when it cannot connect to the server, usually because the server i

error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)'

2005-09-13 Thread Ed Collins
>Description: I get the following message "error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)'" Everything has run fine for along time. This is running on OS X server 10.3 and ever since the ran the last software upda

RE: 'Can't connect to local MySQL server....' error

2005-03-29 Thread bruce
e- From: Tom Crimmins [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 7:54 PM To: [EMAIL PROTECTED] Cc: mysql@lists.mysql.com Subject: RE: 'Can't connect to local MySQL server' error On Monday, March 28, 2005 21:36, bruce wrote: > hi... > > a server went from RH

RE: 'Can't connect to local MySQL server....' error

2005-03-28 Thread Tom Crimmins
On Monday, March 28, 2005 21:36, bruce wrote: > hi... > > a server went from RH8 to FC2. it appears that the guy who did the > upgrade didn't perfrom any backups... > > i get a 'Can't connect to local MySQL server through socket...' erro

'Can't connect to local MySQL server....' error

2005-03-28 Thread bruce
hi... a server went from RH8 to FC2. it appears that the guy who did the upgrade didn't perfrom any backups... i get a 'Can't connect to local MySQL server through socket...' error. i've tried to 'fix' the tables 'mysql_fix_privilege_tables' with n

Can't connect to local MySQL server through socket

2005-03-22 Thread Philipp Snizek
Hi according to Dr Google I'm not the first one to encounter this error below. SpamAssassin: invoked with 'spamd -D -q -u filter' failed to load user (filter) scores from SQL database: SQL Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.s

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2005-03-09 Thread Gleb Paharenko
> I then logged in, changed root password, used test database, etc. > > Now after reboot I cannot connect. I get this: > > [EMAIL PROTECTED]:/usr/local/mysql/bin # ./mysql -u root -p > Enter password: > ERROR 2002 (HY000): Can't connect to local MySQL serv

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2005-03-08 Thread Billy Pilgrim
# ./mysql -u root -p Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Please give options if this involves: manual server start, setting up autostart, etc. Thanks -- MySQL General Mailing List For list archives: http://lists.

Re: error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'

2004-11-04 Thread ian douglas
server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)' Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! ps -ef | grep mysql root 725 1 0 Oct29 ?

error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'

2004-11-04 Thread Greg Wiggill
iled error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)' Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! ps -ef | grep mysql root 725 1 0 Oct29 ?00:00:00 /bin/sh /usr/bin/

Re: Can't connect to local MySQL server through socket'/var/lib/m ysql/mysql.sock'

2004-11-01 Thread ian douglas
[EMAIL PROTECTED] root]# ln -s /tmp/mysql.sock /var/lib/mysql/mysql.sock [mysqld] port= 3306 socket = /var/lib/mysql/mysql.sock Which is fine ... you neglected to say whether or not that fixed your problem? -id -- MySQL General Mailing List For list archives: http://lists.mys

Re: Can't connect to local MySQL server through socket'/var/lib/m ysql/mysql.sock'

2004-11-01 Thread Cecep Rosuludin
key_buffer = 16K max_allowed_packet = 1M table_cache = 4 sort_buffer_size = 64K net_buffer_length = 2K thread_stack = 64K server-id = 1 - Original Message - From: ian douglas <[EMAIL PROTECTED]> To: Cecep Rosuludin <[EMAIL PROTECTED]> Subject: Re: Can't connect to l

Re: Can't connect to local MySQL server through socket'/var/lib/m ysql/mysql.sock'

2004-11-01 Thread ian douglas
[EMAIL PROTECTED] root]# ls -l /var/lib/mysql total 20564 -rw-rw 1 mysql mysql25088 Nov 1 14:10 ib_arch_log_00 -rw-rw 1 mysql mysql 10485760 Nov 2 07:39 ibdata1 -rw-rw 1 mysql mysql 5242880 Nov 2 07:39 ib_logfile0 -rw-rw 1 mysql mysql 5242880 Nov 1 14:10 ib_log

Re: Can't connect to local MySQL server through socket'/var/lib/m ysql/mysql.sock'

2004-11-01 Thread Cecep Rosuludin
(delete) 2.MySQL-server-4.1.7-0.i386.rpm (I removed by rpm -e ) 3.the third one, I install mysql from Mandrake cd installer - Original Message - From: Spenser <[EMAIL PROTECTED]> To: Cecep Rosuludin <[EMAIL PROTECTED]> Subject: Re: Can't connect to local MySQL server thr

Re: Can't connect to local MySQL server through socket'/var/lib/m ysql/mysql.sock'

2004-11-01 Thread Cecep Rosuludin
Spenser, thanks for respons, I have done what you've ever done. this the result [EMAIL PROTECTED] root]# ps -e | grep mysql [EMAIL PROTECTED] root]# - Original Message - From: Spenser <[EMAIL PROTECTED]> To: Cecep Rosuludin <[EMAIL PROTECTED]> Subject: Re: Can't

Re: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'

2004-11-01 Thread Pahlevanzadeh Mohsen
to run mysql service". > but now i have run mysql service > > [EMAIL PROTECTED] root]# service mysql start > Starting MySQL Server >[ OK ] > > but i still cannot connect to mysql > > [EMAIL PROTECTED] root]# mysql &

Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'

2004-11-01 Thread Cecep Rosuludin
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/m ysql.sock' (2) can you give some advice..! what should i do. -- ___ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.

RE: Can't connect to local MySQL server through socket

2004-08-18 Thread Victor Pendleton
://dev.mysql.com/doc/mysql/en/Problems_with_mysql.sock.html -Original Message- From: Rajashik Kar To: [EMAIL PROTECTED] Sent: 8/18/04 2:06 AM Subject: Can't connect to local MySQL server through socket Hi, Iam getting the error "Can't connect to local MySQL server through socke

Can't connect to local MySQL server through socket

2004-08-18 Thread Rajashik Kar
Hi, Iam getting the error "Can't connect to local MySQL server through socket" whenever Iam trying to start mysql prompt. Kindly Help. Following is the trace. Iam using an Unix Solaris8. svtlab7/opt/mysql/bin% mysql -u root -p Enter password: ERROR 2002: Can't connect t

Re: ERROR 2002: Can't connect to local MySQL server through socket var/lib/mysql/mysql.sock' (2)

2004-07-19 Thread Laurent
On Monday 19 July 2004 12:12, charitha wrote: > Hi, You just check the entry in your /etc/my.cnf file where your .sock > file is configured my.conf says for server and client configuration: socket = /var/lib/mysql/mysql.sock So the path is correct > if it is not this path then change it and res

Re: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

2004-07-19 Thread Cemal Dalar
> Sent: Monday, July 19, 2004 12:46 PM Subject: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) > Hello! I'm new to MySQl and I have sevral problems to get the Mysql-server > going. > First of all, when trying to c

ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

2004-07-19 Thread Laurent
Hello! I'm new to MySQl and I have sevral problems to get the Mysql-server going. First of all, when trying to connect (in mysqlcc) I get the following error message: [MySQL] ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

Re: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

2004-06-11 Thread Egor Egorov
You better download the binary release from mysql.com and install it. It's statically linked so it should work fine on all Linuxes. Correctly installed MySQL binary release works fine and generally needs no tweaking to start and run. -- For technical support contracts, goto https://order.

Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

2004-06-10 Thread Christina
iles/mysql.server start there is only one line of response:  starting mysqld daemon with database from /usr/local/mysql/data and then when I typed in "mysql" I got "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'" But there is the

RE: ERROR 2002: Can't connect to local MySQL server through socket

2004-03-15 Thread JR Bullington
You have to run the 'mysqld_safe &' command before you run 'mysql'. That creates the socket for you. J.R. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

ERROR 2002: Can't connect to local MySQL server through socket

2004-03-15 Thread Sami Maisniemi
d: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/ mysql/mysql.sock' (2) I checked the directory '/var/lib/mysql/' and there is no such file. How should I generate one? The server is just a localhost if this has any impact. Regards Sami --

Re: Mysql Installation on Linux: ERROR 2002: Can't connect to local MySQL server th

2004-01-18 Thread Victor Medina
doc/en/Installing_binary.html > Have no idea what's wrong. I looked on the mysql.log file and the file is > empty. > > ERROR MESSAGE: > [EMAIL PROTECTED] bin]# ./mysql > ERROR 2002: Can't connect to local MySQL server through socket > '/tmp/mysql.sock' (2) > [EMAIL P

RE: Mysql Installation on Linux: ERROR 2002: Can't connect to local MySQL server th

2004-01-17 Thread Nicholas
this helps... ~~Nick --- On Sat 01/17, Mike Mapsnac < [EMAIL PROTECTED] > wrote: From: Mike Mapsnac [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sat, 17 Jan 2004 22:51:29 + Subject: Mysql Installation on Linux: ERROR 2002: Can't connect to local MySQL server th I just i

Mysql Installation on Linux: ERROR 2002: Can't connect to local MySQL server th

2004-01-17 Thread Mike Mapsnac
I just install MYSQL on Linux (Red Hat 9) using this manual:http://www.mysql.com/doc/en/Installing_binary.html Have no idea what's wrong. I looked on the mysql.log file and the file is empty. ERROR MESSAGE: [EMAIL PROTECTED] bin]# ./mysql ERROR 2002: Can't connect to local MySQL serv

Getting error "ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)"

2003-12-30 Thread ads mysql
I am trying to connect to mysql database. getting error "ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) " Can not shutdown as well as restart. Please help me Thanks for support.

Re: ERROR 2002: Can't connect to local MySQL server through socket

2003-07-08 Thread Victoria Reznichenko
e. > [Computer:/usr/local/mysql] mark% bg > bg: No current job. > > Instructions state that I should now be able to connect to MySQL server, > e.g. by running > > [Computer:/usr/local/mysql] mark% /usr/local/mysql/bin/mysql > ERROR 2002: Can't connect to local MySQL server

ERROR 2002: Can't connect to local MySQL server through socket

2003-07-07 Thread Mark Depenbrock
databases from /usr/local/mysql/data 030707 12:31:53 mysqld ended [Computer:/usr/local/mysql] mark% bg bg: No current job. Instructions state that I should now be able to connect to MySQL server, e.g. by running [Computer:/usr/local/mysql] mark% /usr/local/mysql/bin/mysql ERROR 2002: Can't c

RE: ERROR 2002: Can't connect to local MySQL server through socke t '/var/lib/mysql/mysql.sock' (2)

2003-06-09 Thread Christensen, Dave
Sent: Monday, June 09, 2003 2:31 AM To: 'Pratchaya Chatuphian'; '[EMAIL PROTECTED]' Subject: RE: ERROR 2002: Can't connect to local MySQL server through socke t '/var/lib/mysql/mysql.sock' (2) Is your server daemon running? -Original Message- From: Pratc

RE: ERROR 2002: Can't connect to local MySQL server through socke t '/var/lib/mysql/mysql.sock' (2)

2003-06-09 Thread Christensen, Dave
Is your server daemon running? -Original Message- From: Pratchaya Chatuphian [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 2:25 AM To: [EMAIL PROTECTED] Subject: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) ER

ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

2003-06-09 Thread Pratchaya Chatuphian
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) I use MDK 8.2 and MySQL 4.0.13 i found this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) Can anyone

Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock'

2003-03-06 Thread Prabu Subroto
What does, "rcmysql status" say? --- Mark <[EMAIL PROTECTED]> wrote: > Hi, I just installed 3.23.55 and I started getting > this message when > I run mysql from the shell. > > /tmp/mysql.sock exists and the permissions are right > and mysqld is > running, also the weird thing is that php is > conn

Can't connect to local MySQL server through socket '/tmp/mysql.sock'

2003-02-28 Thread Mark
Hi, I just installed 3.23.55 and I started getting this message when I run mysql from the shell. /tmp/mysql.sock exists and the permissions are right and mysqld is running, also the weird thing is that php is connecting just fine. any ideas? thanks, - Mark -

Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)

2002-11-15 Thread Edwin Raj
Vince LaMonica wrote: On Fri, 15 Nov 2002, Edwin Raj wrote: } [root@edwinraj bin]# /usr/local/mysql/bin/mysqladmin -u root password } 'simple' } /usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed } error: 'Can't connect to local MySQL

Re: ERROR 2002: Can't connect to local MySQL server through socket'/tmp/mysql.sock' (111)

2002-11-14 Thread Vince LaMonica
On Fri, 15 Nov 2002, Edwin Raj wrote: } [root@edwinraj bin]# /usr/local/mysql/bin/mysqladmin -u root password } 'simple' } /usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed } error: 'Can't connect to local MySQL server through socket } &#

Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)

2002-11-14 Thread Edwin Raj
If this could help to analyse the problem, when I try to create a password this is the message I get [root@edwinraj bin]# /usr/local/mysql/bin/mysqladmin -u root password 'simple' /usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can

ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)

2002-11-14 Thread Edwin Raj
Hello Friends, I have installed mysql version 3.23.52 binary file. The installation went well without any errors but when I type mysql in the command prompt I get this error. Can someone help me fix this. Am using red hat 6.2 version Rgds Edwin ---

re: Re: Can't connect to local MySql server through socket '/var/lib/mysql/mysql.sock' (111)

2002-10-07 Thread Egor Egorov
Edwin, Monday, October 07, 2002, 1:09:37 PM, you wrote: >>>On Monday 07 October 2002 12:04, Edwin Raj wrote: >>> >>>>When I type mysql in the command prompt it is giving the error "ERROR >>>>2002: Can't connect to local MySql server through soc

Re: Can't connect to local MySql server through socket '/var/lib/mysql/mysql.sock' (111)

2002-10-07 Thread Edwin Raj
Ed Carp wrote: >>On Monday 07 October 2002 12:04, Edwin Raj wrote: >> >>>When I type mysql in the command prompt it is giving the error "ERROR >>>2002: Can't connect to local MySql server through socket >>>'/var/lib/mysql/mysql.sock&#

RE: Can't connect to local MySql server through socket '/var/lib/mysql/mysql.sock' (111)

2002-10-06 Thread Ed Carp
> On Monday 07 October 2002 12:04, Edwin Raj wrote: > > When I type mysql in the command prompt it is giving the error "ERROR > > 2002: Can't connect to local MySql server through socket > > '/var/lib/mysql/mysql.sock' (111)" > > There i

Re: Can't connect to local MySql server through socket '/var/lib/mysql/mysql.sock' (111)

2002-10-06 Thread Niclas Hedhman
On Monday 07 October 2002 12:04, Edwin Raj wrote: > When I type mysql in the command prompt it is giving the error "ERROR > 2002: Can't connect to local MySql server through socket > '/var/lib/mysql/mysql.sock' (111)" > There is no file mysql.sock at that

Can't connect to local MySql server through socket '/var/lib/mysql/mysql.sock' (111)

2002-10-06 Thread Edwin Raj
Hi Friends, OS : Linux Redhat 6.2 Kernel version : 2.2.14-5.0 MySql version : 11.13 Distrib 3.23.36, for pc-linux-gnu (i686) When I type mysql in the command prompt it is giving the error "ERROR 2002: Can't connect to local MySql server through socket '/var/lib/mysql/mysql.soc

Re: ERROR 2002: Can't connect to local MySQL server through socket'/var/lib/mysql/mysql.sock' (111)

2002-08-10 Thread Bhavin Vyas
an't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) > why do i get an erro like > "ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)" > > what could be wrong with th

ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

2002-08-10 Thread samratsam
why do i get an erro like "ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)" what could be wrong with this error please send me the reason for it and also how do i overcome this problem regards samratsam Get Your

Re: Help: Can't connect to local MySQL server through socket '/tmp/mysql.sock'

2002-06-18 Thread Tom Atwater
--- Carlos Rubio <[EMAIL PROTECTED]> wrote: > I am geting the error: > Can't connect to local MySQL server through socket '/tmp/mysql.sock' on all > pages requiring the use of mysql. I got this error before too. Here is how I fixed it: (you probably have to do

Help: Can't connect to local MySQL server through socket '/tmp/mysql.sock'

2002-06-18 Thread Carlos Rubio
Hi, I am geting the error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' on all pages requiring the use of mysql. I suspect that the file mysql.sock was deleted by mistake by one of our programers. I have find in the manual how to protect the file

Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2002-04-26 Thread Neil Highley
ed as play." - Plato (427 - 347 BC) - Original Message - From: "Erik Price" <[EMAIL PROTECTED]> To: "Andrew Rich" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 10:01 PM Subject: Re: Can't connect to local MySQL ser

Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2002-04-25 Thread Erik Price
On Thursday, April 25, 2002, at 04:17 PM, Andrew Rich wrote: > > Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) > > > Any ideas ? You might need to specify the path to your socket file when you start MySQL... did you specify a speci

Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2002-04-25 Thread Andrew Rich
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Any ideas ? -Original Message- From: Shaun Bramley [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 April 2002 11:45 PM To: [EMAIL PROTECTED] Subject: Upgrade of mySQL on a Red Hat 7.2 - box Ladie

Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2002-04-02 Thread colin o
;[EMAIL PROTECTED]> > Cc: "Mike Yrabedra" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Tuesday, March 26, 2002 2:56 PM > Subject: Re: ERROR 2002: Can't connect to local > MySQL server through socket > '/tmp/mysql.sock' (2) > > >

Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2002-04-01 Thread Kathy Reyes
ROTECTED]> Cc: "Mike Yrabedra" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 26, 2002 2:56 PM Subject: Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) > > > On Tue, 26 Mar 2002, colin o wrote:

Re: ERROR 2002: Can't connect to local MySQL server through socket'/tmp/mysql.sock' (2)

2002-03-26 Thread andy thomas
on-root user, such as mysql. > --- Mike Yrabedra <[EMAIL PROTECTED]> wrote: > > > > What would cause this error to occur all of a > > sudden? > > > > ERROR 2002: Can't connect to local MySQL server > > through socket > > '/tmp/mysql.sock'

Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2002-03-26 Thread colin o
cur all of a > sudden? > > ERROR 2002: Can't connect to local MySQL server > through socket > '/tmp/mysql.sock' (2) > > Server: Mac OS X 10.1.3 > > > > > > > > > -

ERROR 2002: Can't connect to local MySQL server through socket'/tmp/mysql.sock' (2)

2002-03-26 Thread Mike Yrabedra
What would cause this error to occur all of a sudden? ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Server: Mac OS X 10.1.3 > - > Before posting,

Re: Error 'Can't connect to local MySQL server through socket "(111)'

2001-12-28 Thread A.J. Bonnema
Sinisa Milivojevic wrote: >A.J. Bonnema writes: > >>Hi, >> >>I just download MySQL and MySQLGui. I got MySQL running and loaded with >>some data, but MySQLGui refuses to work with the error I quoted in the >>subject. >> >>The versionnumbers are: MySQL: 3.23.41-1, MySQLGui: 1.7.5 >> >>Other prog

Re: Error 'Can't connect to local MySQL server through socket "(111)'

2001-12-28 Thread Sinisa Milivojevic
A.J. Bonnema writes: > Hi, > > I just download MySQL and MySQLGui. I got MySQL running and loaded with > some data, but MySQLGui refuses to work with the error I quoted in the > subject. > > The versionnumbers are: MySQL: 3.23.41-1, MySQLGui: 1.7.5 > > Other programs, like mysql commandline f

Error 'Can't connect to local MySQL server through socket "(111)'

2001-12-28 Thread A.J. Bonnema
Hi, I just download MySQL and MySQLGui. I got MySQL running and loaded with some data, but MySQLGui refuses to work with the error I quoted in the subject. The versionnumbers are: MySQL: 3.23.41-1, MySQLGui: 1.7.5 Other programs, like mysql commandline find the socket no problem. What can I

Re: Mysql can't connect to local mysql server

2001-09-27 Thread Jason Brooke
> My linux is Hed Hat and I have a problem with my > database: when I tried to connect with mysql, this > message appear: > > "can't connect to local mysql server through socket > /var/lib/mysql/mysql.sock (111). > > Please, someone help me. > > Thank

Mysql can't connect to local mysql server

2001-09-27 Thread Cristiana R. Sousa
My linux is Hed Hat and I have a problem with my database: when I tried to connect with mysql, this message appear: "can't connect to local mysql server through socket /var/lib/mysql/mysql.sock (111). Please, someone help me. Thanks.

Re: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

2001-09-19 Thread Alexander Skwar
So sprach »Felipe Baytelman« am 2001-09-19 um 11:37:36 -0400 : > I'm getting > > ERROR 2002: Can't connect to local MySQL server through socket > '/var/lib/mysql/mysql.sock' (111) Does the file actually exist? I know that you deleted it, but Alexande

Can't connect to local MySQL server through socket'/var/lib/mysql/mysql.sock' (111)

2001-09-19 Thread Felipe Baytelman
I'm getting ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) Error Everything began when I deleted the mysql.sock I have restarted mysqld several times, but nothing. What should I try? Maybe you would like to ICQ: 8188

Re: Can't connect to local MySQL server through socket '/tmp/mysql.so ck'(2)

2001-09-05 Thread Gerald Clark
harley) wants to connect mysql. > When charley enters "mysql", > "Can't connect to local MySQL server through socket '/tmp/mysql.sock'(2)" > message appears. > > Of course root can connect to mysql server with above command. That i

Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock'(2)

2001-09-04 Thread Ed Carp
gt; else that can be done to solve this problem, which, from scanning archives, > is not an uncommon one. > > When charley enters "mysql", > > "Can't connect to local MySQL server through socket '/tmp/mysql.sock'(2)" > > message appears. > &g

Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock'(2)

2001-09-04 Thread George Pitcher
g archives, is not an uncommon one. George P, Edinburgh www.pingu.napier.ac.uk - Original Message - From: ½ÉÃ溸 <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 5:24 AM Subject: Can't connect to local MySQL server through socket '/tm

Can't connect to local MySQL server through socket '/tmp/mysql.sock'(2)

2001-09-04 Thread 심충보
I installed linux and mysql 3.23.40. Root installed and started mysql and user (charley) wants to connect mysql. When charley enters "mysql", "Can't connect to local MySQL server through socket '/tmp/mysql.sock'(2)" message appears. Of course root can connect

[unixODBC][TCX][MyODBC]Can't connect to local MySQL server through socket

2001-09-01 Thread Peter Harvey
>> >> root@workstation3:/home/manuel > isql -v MySQLtest dbuser >> [unixODBC][TCX][MyODBC]Can't connect to local MySQL server through socket >> '/var/lib/mysql/mysql.sock' (2) >> [ISQL]ERROR: Could not SQLConnect >> root@workstation3:/hom

Re: socket error: Can't connect to local MySQL server through socket '' (111)

2001-08-04 Thread Sinisa Milivojevic
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

socket error: Can't connect to local MySQL server through socket '' (111)

2001-08-03 Thread Charles Mégnin
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 serverwithout the client. Thanks

Can't connect to local MySQL server through socket

2001-07-28 Thread Kevin Roberts
Can any please help with is? ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql' (111) root 682 1 0 15:35 ?00:00:00 /bin/sh /usr/bin/safe_mysqld --d mysql 730 682 0 15:35 ?00:00:00 /usr/libexec/mysqld --defaults-f

Fw: can't connect to local MySQL-Server

2001-06-23 Thread Shane Peacock
- Original Message - From: "Shane Peacock" <[EMAIL PROTECTED]> To: "Simon K. Chan" <[EMAIL PROTECTED]> Sent: Saturday, June 23, 2001 6:18 PM Subject: Re: can't connect to local MySQL-Server > Hi Simon, > > Yes, i did all did

can't connect to local MySQL-Server

2001-06-23 Thread Shane Peacock
ql-daemon ended When i run mysqladmin version i get the message: connect to local MySQL-Server failed error: can't connect to local MySQL-Server throuhg socket: 'tmp/mysql.sock' This socket does not exist in /tmp what must i do to get MySQL started? MfG Shane

Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock'(2)

2001-05-30 Thread Mohammad Shoja
Thank you for all your suggestions, I got it. the problem was in our web server because of security $ENV{HOME} doesnt point to my home directory so my .my.cnf file was unreachable. That's it. may be It can be helpful for other people as well. > my %attr = ( > PrintError =>0, > Rai

Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock'(2)

2001-05-29 Thread SecLists
I don't know for sure... perhaps, the apache+php binary just treats it differently than when interacting with it directly from the shell... I am a newbie and I just had the same problem 2 minutes ago... hope it works out... thanks, shawn On Tue, 29 May 2001, Mohammad Shoja wrote: > Thanks for

Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock'(2)

2001-05-29 Thread Mohammad Shoja
Thanks for your reply The question is why in command line there is no problem? > It is looking for /tmp/mysql.sock and the one that exists is > /tmp/mysql.sock.shoja > > Two different files.. It can't find what it is looking for. Try: > > safe_mysqld --socket=/tmp/mysql.sock > > and it should

  1   2   >