
View Poll Results: Do you like this repack?
- Voters
- 630. You may not vote on this poll
-
Yes.
604 95.87% -
No.
26 4.13%
Results 1 to 10 of 244
Threaded View
-
22-06-14, 07:09 AM #16
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"
Code:LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
Find:
Code:LoginDatabaseInfo = "localhost;3306;root;ascent;auth" WorldDatabaseInfo = "localhost;3306;root;ascent;world" CharacterDatabaseInfo = "localhost;3306;root;ascent;characters"
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"
Open Heidisql with the information I provided previously.
auth --> realmlist --> then make sure the IP address is correct (127.0.0.1)
Last edited by Suraf; 22-06-14 at 07:12 AM.