Link to home
Start Free TrialLog in
Avatar of davidw88
davidw88

asked on

MySQL: connection error?

Hi experts,

My jsp code worked quite well before yesterday.  Yesterday I modified the ip address to point to a new MySQL. I got an error of

[Mon Feb 14 08:07:05 2011] System: Connection reset by peer (errno: 104)
[Mon Feb 14 08:07:10 2011] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows)


I did not click any stop button.

I could telnet from this platform to the new MySQL with the correct port number. And my another jsp file works well with this new MySQL. Why does this jsp file not?

Any ideas?

Thanks.
Old code that worked well:

table.dbURL = "jdbc:mysql://1.3.9.14:3306/reporting";

New code:

table.dbURL = "jdbc:mysql://1.3.9.230:3306/reporting";

I did not touch anything else. I just changed this ip address to point to the new MySQL.

Open in new window

Avatar of davidw88
davidw88

ASKER

Thanks slightwv. I did look for "MySQL Server" however I could not find it.
Experts, please help....

Any ideas or suggestions?

Thanks so much.
SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks experts for your replies. Appreciated.