RE: restricting port 3306 connections to localhost

2002-11-15 Thread Tom Morgan
Hello,
Turns out that it is an issue that Red Hat has bugzilla 75128.  I included
my remote windows 2k into the etc/hosts of the red hat 8.0 and all is
working now.

Thanks,
Tom Morgan

-Original Message-
From: Michael T. Babcock [mailto:mbabcock;fibrespeed.net]
Sent: Friday, November 15, 2002 10:47 AM
To: '[EMAIL PROTECTED]'
Subject: Re: restricting port 3306 connections to localhost


Joseph Bueno wrote something about SQL:

You can also restrict port 3306 to localhost with :
bind-address = 127.0.0.1
in /etc/my.cnf

Or even:

iptables -A INPUT -s 127.0.0.1 --dport 3306 -j ACCEPT
iptables -A INPUT --dport 3306 -j DROP

-- 
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock



-
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 unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
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 unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Error 2013

2002-11-14 Thread Tom Morgan
Hello,
I have installed Red Hat 8.0 and Mysql from the CD's.  I am able to telnet
to localhost at port 3306.  However I can not telnet to the external ip
address at port 3306.  netstat -a lists *:mysql listening.  When I run a
mysql from a Win 2k box I get : ERROR 2013: Lost connection to MySQL server
during query.

Thanks,
Tom Morgan

-
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 unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php