Quote:
Originally Posted by greasontim
well double posting may be against the rules but i hit a dead end
when i try and run the account server the program stops responding can someone help me out?
PS im useing Vista if that somehow makes a difference which i doubt.
|
you have this problem:
Account.exe can NOT access database
Possible causes:
Incorrect Login Information
Incorrect privledges
Offline MySQL (not running)
Database/Table Non-existant
TroubleShooting:
For the top 3 do this:
1. Get Navicat
2. Setup a SQL connection and use the same login and password you are trying with your Account.exe
3. Try to open this connection.
4. You should get an error that will allow you to know what is going on.
If you get an error it should tell what the problem is (error 10060 means its offline 10061 means firewall block 10040 means host block (SQL Locked you out) - I not too sure about 10040) you can then fix it by using the test test login or root test/rufeng/root/null login. Adding or editing an existing account to be able to gain access using the account.exe login.
If you connect no problem then it is reason 4 and you need to make a working account table in the database that it states to it will look in with it's config files.