just a turtle
Plebs-
Posts
8 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
just a turtle's Achievements
Newbie (1/14)
0
Reputation
-
Hey guys! I was just trying to use godmode on my private TC server and solo ICC (10/25 man). I have created a dps DK and reached the Dreamwalker boss but since that boss requires healer, I am stuck at that stage. Can i get some suggestions on how to clear this boss solo (without bots) or perhaps skip the encounter and reach the next boss? I have tried force heal the boss by using `.cast [#spell ID] but it only heals a small amount of the HP, I tried to change the effect of the healing spell using `.modify spell` and it returned 'TODO' in the console.
-
Could not connect to MySQL database
just a turtle replied to just a turtle's topic in Help and Support
Ok, i have basically reinstalled Mysql again since there were some other instances of mysql server running in my windows services using the default 3306 port. Now i just tried to run authserver and it gives me this error - "Could not connect to MySQL database at 127.0.0.1: Access denied for user 'trinity'@'localhost' (using password: YES)". I guess i will try to resolve this tomorrow since this is a different error. If you guys know how to resolve this feel free to comment or close this thread since this is now a different error. Thanks for helping out! -
Could not connect to MySQL database
just a turtle replied to just a turtle's topic in Help and Support
Thank you for the suggestions Skipper and lucian, i will try these methods today and will let you know if it works, also if my ports are blocked, will that prevent my sql server from running? -
Could not connect to MySQL database
just a turtle replied to just a turtle's topic in Help and Support
Good evening, I have added the following lines to worldserver.conf - ```LoginDatabaseInfo = "127.0.0.1;3307;trinity;trinity;auth" WorldDatabaseInfo = "127.0.0.1;3307;trinity;trinity;world" CharacterDatabaseInfo = "127.0.0.1;3307;trinity;trinity;characters" ``` and ``` LoginDatabaseInfo = "127.0.0.1;3307;trinity;trinity;auth"``` for auth.conf. I had to choose port 3307 while installing sql since 3306 was already in use, could this cause any issues? and also I am not sure how to add this part. -
Could not connect to MySQL database
just a turtle replied to just a turtle's topic in Help and Support
Thanks for the reply jojo, can you specify for which file should i change the address? -
I am trying to intall Trinity core for the first time, It was going well untill i reached the part where i had to run authserver.exe and worldserver.exe. When i open any of those two, it instantly crashes and in the ```DBErrors.txt```, this was the only line written in it - ```Could not connect to MySQL database at 127.0.0.1: Can't connect to MySQL server on '127.0.0.1' (10061)```. I have tried to update the databases using sqlog and running the scripts from ```\TrinityCore\sql\updates``` folder for auth, world and characters(not sure if this is the correct way to update, if it is not please point out he correct way to update databases ). Could I get some suggestions on how to fix this? I have already tried to go through but I could not find any issues related to this one. I only want to play offline without any players joining in.
-
ok turns out that the vs code 2017 which i was using was 32 bit, and the boost which i installed was 64 bit, I changed it and cmake version(just to be sure) to 32 bit and it compiled!.
-
just a turtle joined the community
-
Could you clarify what you did to resolve this issue please? I am running into the same problem but I am completely lost on how to fix it