
Originally Posted by
josyd
I give up. lol
Tried setting IP to the PC's IP and to 127.0.0.1, still wont get past realmlist.
/shrug
Thanks for all the help though!

You could try using hamachi, it always work when 127.0.0.1 does not do the trick.
You can also try this:
Open the authserver.conf
Find:
Code:
LoginDatabaseInfo = "localhost;3306;root;ascent;auth"
Replace:
Code:
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
Open the worldserver.conf
Find:
Code:
LoginDatabaseInfo = "localhost;3306;root;ascent;auth"
WorldDatabaseInfo = "localhost;3306;root;ascent;world"
CharacterDatabaseInfo = "localhost;3306;root;ascent;characters"
Replace:
Code:
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
Then start MySQL.bat (make sure no other mysqld.exe is running by checking in task manager)
Open Heidisql with the information I provided previously.
auth --> realmlist --> then make sure the IP address is correct (127.0.0.1)
Bookmarks