mysql server socket problem

2005-11-02 Thread russbucket
Running SuSE10.0, mysql-4.1.13-3 php4-4.4.0-6 apache2-2.0.54-10 Not sure if this is the right place to ask this question? when I try the following link from my browser I get the following error as root or user. http://localh

Re-4: Socket Problem

2005-07-20 Thread lmarcilly
I have already test and it doesn't work, my stunnel doesn't work properly. I have asked my question on stunnel-users mailing list but i d'ont have answer for the moment... Thanks for your help! Original Message Subject: Re: Re-2: Socket Problem (20-juil.-2

Re: Re-2: Socket Problem

2005-07-20 Thread Gleb Paharenko
port=3306 --protocol=TCP -u user --password=xxx it works! >> >> The real problem is when using stunnel, i have to do as if i will connect to >> a local server... On windows it works but not on linux... :( >> >> ---- Original Message >> Subjec

Re: Re-2: Socket Problem

2005-07-20 Thread Bastian Balthazar Bux
--- Original Message ---- > Subject: Re: Socket Problem (20-juil.-2005 13:10) > From:[EMAIL PROTECTED] > To: [EMAIL PROTECTED] > > >>Hello. >> >>First check if you are able to establish TCP connection to port >>which is linked by stunnel. T

Re-2: Socket Problem

2005-07-20 Thread lmarcilly
When i try mysql -h server --port=3306 --protocol=TCP -u user --password=xxx it works! The real problem is when using stunnel, i have to do as if i will connect to a local server... On windows it works but not on linux... :( Original Message Subject: Re: Socket Problem (20

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-2: Socket Problem

2005-07-20 Thread lmarcilly
> mysql is trying to connect to localhost by default. Yes, i know that, but with stunnel, when i connect to localhost, it is suppose to connect to the remote server. LinuxBox -> 3306 -> stunnel -> 3307 <> 3307 <- stunnel <- 3306 <- Server On my linux box, i try to connect to local port 330

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

Socket Problem

2005-07-20 Thread lmarcilly
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 : mysql -u user --password=xxx

Mysql/courier-imap/postfix socket problem

2002-11-06 Thread johan
Hi, I try to get courier-imap, mysql, postfix installed. I followed all the howto's I could find, but I have still some problems. Perhaps anybody ideas. I know the problem may not origin from an sql problem, but you never know. I use debian woody 3.0 and installed with apt-get the packages, also p

Re: mysql socket problem in win98 (thanks for the help!)

2002-10-21 Thread Wakan
First of all, thanks to everyone for no reply and no help! If someone is interested, I've found that i Win9x systems, if there are persistent connections open, the system instead of used the same opened connection for the same session, it opens a new connection for each script call, and, because i

Re: Re: mysql socket problem in win98 (thanks for the help!)

2002-10-20 Thread Wakan
At 13.49 20/10/2002 +0200, you wrote: Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass the filter you must include one of the following words in your message: sql,query If you just reply to this message, and include the entire text o

mysql socket problem in win98

2002-10-18 Thread Wakan
HI, I'm on a win98 2ED system, running - Apache 1.3.26 + php 4.2.3 - Mysql 3.23.52 (started server is mysqld) I'm running some php scripts, that works with a database. Every script, makes a db_connect. It happens that, after a certain time (I don't know how much, and I don't know if it really invo

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

Socket problem connecting

2002-05-16 Thread 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/mysql.sock' (2) in /var/www/html/mysql/php/connect.php on line 2 Todd -- Todd Cary Ariste Software 2200 D Stre

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

socket problem

2001-10-01 Thread Avtar Dhillon
Hi All, I m trying to install mysql on linux machine from binary file.After performing all the steps given in documents for installation , when i try to change the passwd using "mysqladmin" , it gives the error.. error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock

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? > > --

Socket Problem

2001-06-07 Thread Sebastian Koschinski
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 - Before posting, please

Re: Strange connect (socket) problem

2001-04-26 Thread Ashley M. Kirchner
Patric de Waha Lists wrote: > Try this > > $host = "localhost:/var/mysql/mysql.sock"; // focus here Nope, no dice. Same error msg (except /var/mysql/mysql.sock instead of /tmp/mysql.sock). I didn't think it would matter either since I have a second machine that does work, b

RE: Strange connect (socket) problem

2001-04-26 Thread Patric de Waha Lists
HI, Try this regs, pdw - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To

Strange connect (socket) problem

2001-04-26 Thread Ashley M. Kirchner
I have the following piece of code: And when I load that up through the web, it tells me: Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) Can't connect to MySQL. However, MySQL is NOT using /tmp/mysql.sock at

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: > >

Socket problem - unable to run app

2001-04-19 Thread Neil Mussett
>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: [localhost:/usr/local/mysql] root# ./bin/mysqladmin -u root -p password 'g7ioyhe' Enter password:

HELP::: MySQL Socket Problem

2001-01-28 Thread Muhanad Mustafa
I'm a newbie so this may be a simple one to answer. If you can give me the specific commands that I need to do that would be appricated. Ok, I am running on A Cobalt RAQ 4 Server with MySQL installiaton. one of my sites is running a MySQL database. When he trys connecting to the database, h

Re: socket problem in red hat.

2001-01-19 Thread Matt Wagner
age: > > Can't connect to local MySQL server through socket '/var/lib/mysql/m > ysql.sock' (111) > > Well the file /var/lib/mysql/mysql.sock exists on the computer. I can't > understand what this socket problem is and I went through all documentation > and

socket problem in red hat.

2001-01-18 Thread VWilliam
rough socket '/var/lib/mysql/m ysql.sock' (111) Well the file /var/lib/mysql/mysql.sock exists on the computer. I can't understand what this socket problem is and I went through all documentation and couldn't find a solution to this. Can you please provide a solution to thi