6 messages in com.mysql.lists.javaRe: Connection Prob| From | Sent On | Attachments |
|---|---|---|
| Tristan O'Tierney | 28 May 2002 15:26 | |
| Peter T. Abplanalp | 28 May 2002 15:48 | |
| Tristan O'Tierney | 28 May 2002 17:29 | |
| Peter T. Abplanalp | 29 May 2002 05:55 | |
| Tristan O'Tierney | 29 May 2002 09:11 | |
| Peter T. Abplanalp | 29 May 2002 09:19 |
| Subject: | Re: Connection Prob![]() |
|---|---|
| From: | Peter T. Abplanalp (pt...@psaconsultants.com) |
| Date: | 05/29/2002 05:55:21 AM |
| List: | com.mysql.lists.java |
i would again follow mark's advice and see if the port is firewalled. your box may be using ipchains or iptables (or both) to restrict access to your box to a few well known ports like www (80), smtp (25), etc. mysql is not a well known port. to find out, look in /etc/init.d for ipchains or iptables. look in that script for a config file. i don't know where the config file might be on debian but it is in /etc/sysconfig on redhat. debian may also come with a tool to aid in creating these rules but i am not familiar enough with debian to help you find the tool. good luck.
-peter
ps: perhaps i can ask my friend, he is more familiar with debian.
On Tue, May 28, 2002 at 05:29:55PM -0700, Tristan O'Tierney wrote:
Well it does the same thing as the java program, it just sits there indefinatly. Where would i start looking for this problem?
--- "Peter T. Abplanalp" <pt...@psaconsultants.com> wrote:
follow mark's advice and try to following:
telnet localhost 3306
you should get some gibberish that resembles the version number of your mysql server. if you don't get anything, then mysql is probably still not set up correctly.
-peter
On Tue, May 28, 2002 at 03:26:40PM -0700, Tristan O'Tierney wrote:
Ok i restarted mysql, and the line is definalty commented out inside the configuration file, but I still get lockups when i connect.
The problem is i can't figure out if this is a java issue or a mysql issue now.
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
---------------------------------------------------------------------
Please check
"http://www.mysql.com/Manual_chapter/manual_toc.html"
before
posting. To request this thread, e-mail java...@lists.mysql.com
To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail java...@lists.mysql.com instead.
-- Peter Abplanalp
Email: pt...@psaconsultants.com PGP: pgp.mit.edu
---------------------------------------------------------------------
Please check
"http://www.mysql.com/Manual_chapter/manual_toc.html"
before posting. To request this thread, e-mail java...@lists.mysql.com
To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail java...@lists.mysql.com instead.
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
--------------------------------------------------------------------- Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before posting. To request this thread, e-mail java...@lists.mysql.com
To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail java...@lists.mysql.com instead.
-- Peter Abplanalp
Email: pt...@psaconsultants.com PGP: pgp.mit.edu




