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.
&g
Have you checked that the user failing to connect has the right privileges?
Check the user table of mysql database to see if that user has a select
privilege in that table.
Laurie
At 01:01 AM 7/7/2005, Daevid Vincent wrote:
What is causing me to have this problem in "mysql Ver 12.22 Distrib
Hello.
Are you sure that mysql is running? Is it possible that you have
skip_networking in your configuration file? See:
http://dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html
"Daevid Vincent" <[EMAIL PROTECTED]> wrote:
> What is causing me to have this problem in "mysql V
Try
/sbin/iptables -L -n
make sure there's no rule that block connection to/from port 3306 (TCP)
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?
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
ps ax|grep sql
if mysql is running. and if you telnet to that port (3306) and still you
can't connect.
check if you have blocked your port on your firewall.
usually, firewall for linux are iptables and ipchains
flush them first and try.
HTH
On 7/7/05, Daevid Vincent <[EMAIL PROTECTED]> 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.
# telnet localhost 3306
Trying 127.0.0.1...
telnet: Unable to conne