RE: telnet localhost 3306 Connection refused [SOLVED]

2005-07-11 Thread Daevid Vincent
Yep. That was it. No firewall rules needed to change. -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 1:24 AM To: mysql@lists.mysql.com Subject: Re: telnet localhost 3306 Connection refused Hello. Are you sure that mysql

telnet localhost 3306 Connection refused

2005-07-07 Thread Daevid Vincent
to connect to remote host: Connection refused I've tried to comment, uncomment and change to * this 'bind-address' line in /etc/mysql/my.cnf # keep secure by default! #bind-address= 127.0.0.1 #bind-address= * port= 3306 Of course, I can't connect from any of the other IP addresses

Re: telnet localhost 3306 Connection refused

2005-07-07 Thread Louie Miranda
: Unable to connect to remote host: Connection refused I've tried to comment, uncomment and change to * this 'bind-address' line in /etc/mysql/my.cnf # keep secure by default! #bind-address = 127.0.0.1 http://127.0.0.1 #bind-address = * port = 3306 Of course, I can't connect from any

Re: telnet localhost 3306 Connection refused

2005-07-07 Thread Philippe Poelvoorde
Daevid Vincent wrote: What is causing me to have this problem in mysql Ver 12.22 Distrib 4.0.24, for pc-linux-gnu (i686). I am running shorewall, but that shouldn't affect localhost should it? My firewall, web, and mySQL server are the same machine. Shorewall can affect localhost as well Try

Re: telnet localhost 3306 Connection refused

2005-07-07 Thread Ady Wicaksono
it? My firewall, web, and mySQL server are the same machine. # telnet localhost 3306 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused I've tried to comment, uncomment and change to * this 'bind-address' line in /etc/mysql/my.cnf # keep secure by default! #bind-address

Re: telnet localhost 3306 Connection refused

2005-07-07 Thread Gleb Paharenko
12.22 Distrib 4.0.24, for pc-linux-gnu (i686). I am running shorewall, but that shouldn't affect localhost should it? My firewall, web, and mySQL server are the same machine. # telnet localhost 3306 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused

Re: telnet localhost 3306 Connection refused

2005-07-07 Thread l'[EMAIL PROTECTED]
4.0.24, for pc-linux-gnu (i686). I am running shorewall, but that shouldn't affect localhost should it? My firewall, web, and mySQL server are the same machine. # telnet localhost 3306 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused I've tried to comment, uncomment

Connection Refused by Linux Server

2003-11-24 Thread Eric Grant
I have RH9 running on a p4 machine. I have mysql 3.23.58 running on this linux machine. Through Websphere studio application developer on windows xp machine I am trying to connect to my MySql database on the Linux machine. The error I receive is: connection refused I then tried to telnet

Java/JDBC - Connection refused on Linux

2003-06-17 Thread Jeff Weeks
I can't access MySQL using Java on Linux! It's killing my project. I can access that very MySQL from PHP just fine. I have the same database running on Windows so I can develop what I need to. Just can't run anything for our users!!! I don't think it's the firewall because I get the same

Re: Java/JDBC - Connection refused on Linux

2003-06-17 Thread Madscientist
At 05:59 PM 6/17/2003 -0700, Jeff Weeks wrote: I can't access MySQL using Java on Linux! It's killing my project. I can access that very MySQL from PHP just fine. I have the same database running on Windows so I can develop what I need to. Just can't run anything for our users!!! I don't

Re: Java/JDBC - Connection refused on Linux

2003-06-17 Thread William R. Mussatto
I can't access MySQL using Java on Linux! It's killing my project. I can access that very MySQL from PHP just fine. I have the same database running on Windows so I can develop what I need to. Just can't run anything for our users!!! I don't think it's the firewall because I get the

Re: Java/JDBC - Connection refused on Linux

2003-06-17 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff Weeks wrote: I can't access MySQL using Java on Linux! It's killing my project. I can access that very MySQL from PHP just fine. I have the same database running on Windows so I can develop what I need to. Just can't run anything for

Re: Java/JDBC - Connection refused on Linux - solved

2003-06-17 Thread Jeff Weeks
I noticed from the example given by William Mussatto that I needed to include the Port Number on the URL. Yes, I am a Linux idiotbut hopefully learning as I go. Thank you, everyone. This list is awesome!! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

RE: mysql connection refused or lost (Update)

2003-03-07 Thread Charlie H.
When I try telnet localhost 3306 all seems ok. When I try telnet domain.com 3306 I get the message Connection closed by foreign host, same goes when trying the IP address from the local box. If I try this as well from a remote box, I get Connection closed by foreign host. I believe I have

Re: mysql connection refused or lost (Update)

2003-03-07 Thread [EMAIL PROTECTED]
Charlie H. schrieb: When I try telnet localhost 3306 all seems ok. When I try telnet domain.com 3306 I get the message Connection closed by foreign host, same goes when trying the IP address from the local box. If I try this as well from a remote box, I get Connection closed by foreign host. I

RE: mysql connection refused or lost (Update)

2003-03-07 Thread Charlie H.
When I try to connect to this box from another box which I have granted all rights, I get the error: ERROR 2013: Lost connection to MySQL server during query https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=77467 lost connection ... [mysqld] set-variable

mysql connection refused or lost

2003-03-06 Thread Charlie H.
Hi, I have searched the archives and unfortunately could not find a solution to my problem. I have setup a machine as a mysql server and cannont connect to it remotely. When I try telnet localhost 3306 all seems ok. When I try telnet domain.com 3306 I get the message Connection closed by foreign

Re: Connection Refused

2001-01-19 Thread Gerald L. Clark
[EMAIL PROTECTED] wrote: The grant was done by: # echo "grant INSERT,SELECT on snort.* to snortdb@'XXX.XXX.0.0/255.255.0.0';" | mysql -u root -p The system has TCP wrappers setup and the hosts.allow file is empty and hosts.deny is set to ALL:ALL. next time I'm at work I'll try putting

Re: Connection Refused

2001-01-19 Thread Kevin . Brown
Doing that was just a test, and I didn't think it would work since Inetd is not running on the box at all. In fact the only way to get to these boxen (aside from walking over) is via SSH. I find it interesting that on the box that I want to actually do the logging to I can telnet to port 3306

Re: Connection Refused

2001-01-19 Thread Gerald L. Clark
Do you hae the line 127.0.0.1 localhost.mydomain localhost in your /etc/hosts file? It sounds like your resolver is not working. [EMAIL PROTECTED] wrote: Doing that was just a test, and I didn't think it would work since Inetd is not running on the box at all. In fact the only way

Re: Connection Refused

2001-01-19 Thread Kevin . Brown
The line is 127.0.0.1 localhost.localdomain localhost Do you hae the line 127.0.0.1 localhost.mydomain localhost in your /etc/hosts file? It sounds like your resolver is not working. [EMAIL PROTECTED] wrote: Doing that was just a test, and I didn't think it would work since

Re: Connection Refused

2001-01-19 Thread James F Wilkus
AMEN. On Fri, Jan 19, 2001 at 06:44:22PM -0700, Colin Faber wrote: !!! localhost.localdomain is not a TLD!! Don't break the RFC with this redhat crap. [EMAIL PROTECTED] wrote: The line is 127.0.0.1 localhost.localdomain localhost Do you hae the line 127.0.0.1

Re: Connection Refused

2001-01-18 Thread Kevin . Brown
t an error (1130) saying Host '' is not allowed to connect. The machine has no DNS entry and since the system is from that range of IP's I don't see why it says connection refused. Sounds like a problem with reloading the privileges table. Did you actually use the "GRANT&qu