View Single Post
Old Aug 1st, 2005, 6:21 PM   #19
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
It sounds like you have two connections to the same DB. You're being denied access to the second connection for whatever reason. Also, if you use the designation, "localhost", mysql will override that and try to connect to a local socket. If you really want that not to happen (want to actually use tcp/ip), use 127.0.0.1. The use of "localhost" coupled with your comment about "the hosting people" confuses me because "localhost" is normally YOUR machine.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote