View Single Post
  #11  
Old 01-28-2013, 09:14 AM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

the first thing you want to do is drop to a command line and attempt to connect to your database the same way the server does (host/user/pass) in your configuration.

further explanation of the missing file messages you are seeing: pdb files are database files for debug builds. the reason you don't have those is that you don't have debug builds of the dlls that are in your system32 directory. this is normal.
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote