Yes I have, I can try reinstalling again though just to be certain.
However, I believe the problem is something else illustrated by this example.
Originally, my DB server was 192.168.1.71 and it worked fine. We wanted to replace it with a more powerful machine however (192.168.1.79)
When my scripts/code (php pages) were changed to connect to .79 instead of .71, that's where my processes problem came in.
I decided to go back to the original DB server (.71), so I halted the new machine and added it's IP (.79) to the original machine (which now has the two IPs)
Same problem. In my code, I changed it back to .71 and problem was gone!
This seems very strange behaviour ot me, as I can't believe it works fine with one IP but not another when they are on the same machine.
Hope my explanation isn't too confusing !