Re: Socket Problem

2005-07-20 Thread Gleb Paharenko
Hello. First check if you are able to establish TCP connection to port which is linked by stunnel. Telnet or netcat could be helpful in this case. Use --host=xxx --protocol=tcp --port=xxx to explicitly specify connection parameters. See: http://dev.mysql.com/doc/mysql/en/can-not-connect-t

Re: Socket Problem

2005-07-20 Thread Eugene Kosov
[EMAIL PROTECTED] wrote: Hi, i try to use mysql with stunnel (http://stunnel.org) in order to encrypt my mysql connections. I know that mysql-4.x supports SSL but i can't compile it on my windows box. When i try to use stunnel on my windows box, it works, i just have to use this command : m

Re: Socket problem connecting

2002-05-19 Thread Samuel Mendelowski
problem with permission; change rights to group and user mysql to mysql data directory Todd Cary > I am getting this message when I try to establish a connect to the DB. > Any suggestions on where I can find an answer? > > Warning: Can't connect to local MySQL server through socket > '/tmp/mys

Re: Re: Socket problem connecting

2002-05-17 Thread Egor Egorov
Todd, Friday, May 17, 2002, 4:36:37 PM, you wrote: TC> Egor - TC> Question 1: TC> I located where mysql.sock is located - /var/lib/mysql/mysql.sock - NOT /tmp. TC> However, it is a symbolic link. TC> Shouldn't there be an actual file in addition to the symbolic link? TC> Linux is very new to me

Re: Socket problem connecting

2002-05-17 Thread Todd Cary
Egor - Question 1: I located where mysql.sock is located - /var/lib/mysql/mysql.sock - NOT /tmp. However, it is a symbolic link. Shouldn't there be an actual file in addition to the symbolic link? Linux is very new to me, so I am not up to speed on many of the intricacies. Question 2: There

Re: Socket problem connecting

2002-05-17 Thread Egor Egorov
Todd, Friday, May 17, 2002, 6:03:06 AM, you wrote: TC> I am getting this message when I try to establish a connect to the DB. Any TC> suggestions on where I can find an answer? TC> Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' TC> (2) in /var/www/html/mysql/php/c

RE: socket problem

2001-10-01 Thread Mike
ln -s /tmp/mysql.sock /var/lib/mysql/mysql.sock to create a symlink. Nite M;) -Original Message- From: Avtar Dhillon [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 9:46 PM To: sql-list Subject: socket problem Hi All, I m trying to install mysql on linux machine fr

Re: Socket Problem

2001-06-07 Thread Gerald Clark
Sebastian Koschinski wrote: > Hi, > > Can't connect my MySQL 3.23 via PHP, on console it works fine, but via > PHP it says "Can't connect via socket /var/lib/mysql/mysql.sock"...file > exists, its suid and 777. So where is the problem > > Thanx And the permissions on /var/lib/mysql? > > --

Re: Socket problem - unable to run app

2001-04-19 Thread Gerald Clark
Well, Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists. Neil Mussett wrote: > > >Description: > I cannot use the application because of socket problems. This > problem occurs with both the binary and source versions. I get the > following error: > >

Re: socket problem in red hat.

2001-01-19 Thread Matt Wagner
[EMAIL PROTECTED] writes: > Hi there, > I am setting up a lab on MySQL and I am not able to. > Its a red hat 7.0 server and has PHP installed and working with apache. > I installed MySQL from the very RPMs Red Hat provided. > Whenever I try to start the server, I get the error message: > > Can't