connection to 192.168.0.42:3312 failed (errno=61, msg=Connection refused)

Jeff7

Lifer
Jan 4, 2001
41,596
19
81
connection to 192.168.0.42:3312 failed (errno=61, msg=Connection refused)

That's what I get when I try to use Search.

The fun part is, my router's DHCP pool only goes up to 192.168.0.4, so that's not my network. ;)



Somehow, I know this is Fusetalk's fault.
 

alchemize

Lifer
Mar 24, 2000
11,486
0
0
Fix this. I can't necro threads or embarrass people with quotes without the magnificent search function. CTRL + ALT + DEL
 

Zee

Diamond Member
Nov 27, 1999
5,171
3
76
they didnt upgrade to vbulletin. they just put a new skin over fusetalk
 

edro

Lifer
Apr 5, 2002
24,326
68
91
How can we stalk our Secret Santa person, to find the perfect gift, without search?! :)
 

eva2000

Member
Jun 21, 2003
126
0
76
Looks like they probably setup mysql database replication and setup a dedicated search slave mysql server for search only ???? But connection/permissions being refused from that slave mysql server server ?
 

FrgMstr

Member
Feb 25, 2000
29
0
61
Looks like they probably setup mysql database replication and setup a dedicated search slave mysql server for search only ???? But connection/permissions being refused from that slave mysql server server ?

Yeah, after more than a year of that not working exactly right we ditched the whole duplication configuration with MySQL. More trouble than it was ever worth and once you get it setup correctly, you don't need it.

There are over 2260 folks on HardForum.com right now and we have search times in the hundredths of a second. We are using a single server now instead of 4 for web and 2 for search....what a cluster F that was.
 

eva2000

Member
Jun 21, 2003
126
0
76
Yeah, after more than a year of that not working exactly right we ditched the whole duplication configuration with MySQL. More trouble than it was ever worth and once you get it setup correctly, you don't need it.

There are over 2260 folks on HardForum.com right now and we have search times in the hundredths of a second. We are using a single server now instead of 4 for web and 2 for search....what a cluster F that was.
Hey there :) MySQL replication has improved over numerous mysql version releases so things could of changed. But i think AT might actually be using some windows based servers on mysql end not sure ?? Could add to the problems especially with windows and 2048 max open files limit.

Interesting Hardforums now one a single server!
 

Adul

Elite Member
Oct 9, 1999
32,999
44
91
danny.tangtam.com
Hey there :) MySQL replication has improved over numerous mysql version releases so things could of changed. But i think AT might actually be using some windows based servers on mysql end not sure ?? Could add to the problems especially with windows and 2048 max open files limit.

Interesting Hardforums now one a single server!


please tell me you guys did not do mysql on windows. You will continue to have various issues and come accross limits that are present under a *nix os.