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
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
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
--- 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
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
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
> 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
[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
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
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
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
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
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
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
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
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
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
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
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
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
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?
>
> --
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
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
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
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
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:
>
>
>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:
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
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
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
30 matches
Mail list logo