[DiscordArchive] okay what problems do you have then?
[DiscordArchive] okay what problems do you have then?
Archived author: ZaDarkSide • Posted: 2021-05-08T00:18:12.301000+00:00
Original source
okay what problems do you have then?
Archived author: Chainsa • Posted: 2021-05-08T00:18:24.752000+00:00
Original source
It's complicated I have multiple screenshot
Archived author: ZaDarkSide • Posted: 2021-05-08T00:19:22.644000+00:00
Original source
well try and explain maybe somebody in here can help
Archived author: Chainsa • Posted: 2021-05-08T00:20:50.869000+00:00
Original source
Alright well
Archived author: Chainsa • Posted: 2021-05-08T00:21:45.177000+00:00
Original source
MySQL says access denied blabla password : Yes
worldserver.exe bnetserver.exe are opening for half a second then closing
Archived author: Chainsa • Posted: 2021-05-08T00:21:52.107000+00:00
Original source
can't connet to MySQL servers
Archived author: ZaDarkSide • Posted: 2021-05-08T00:28:43.152000+00:00
Original source
well did you put the correct settings in the `.conf` files for mysql?
Archived author: ZaDarkSide • Posted: 2021-05-08T00:29:40.361000+00:00
Original source
`access denied blabla password : Yes` means the credentials you put in the `.conf` files are not correct
Archived author: ZaDarkSide • Posted: 2021-05-08T00:34:41.913000+00:00
Original source
you have 2 files `bnetserver.conf.dist` and `worldserver.conf.dist` rename them to `bnetserver.conf` respectively `worldserver.conf`
find location for mysql settings and put your settings correctly
```
LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"
HotfixDatabaseInfo = "127.0.0.1;3306;trinity;trinity;hotfixes"
WorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world"
CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters"
```
Archived author: Chainsa • Posted: 2021-05-08T00:38:24.993000+00:00
Original source
sec