[DiscordArchive] docker inspect?
[DiscordArchive] docker inspect?
Archived author: ghibly79 • Posted: 2020-03-15T21:28:23.714000+00:00
Original source
docker inspect?
Archived author: ghibly79 • Posted: 2020-03-15T21:29:30.971000+00:00
Original source
ok yes it was docker inspect
Archived author: ghibly79 • Posted: 2020-03-15T21:35:42.100000+00:00
Original source
and docker container port <container name> for the port. Maybe can be useful to add this in the docker setup guide? (if it's already there I'm sorry, I completely missed it).
Archived author: ghibly79 • Posted: 2020-03-15T22:06:45.215000+00:00
Original source
Update: I cannot connect to it using the container ip, but I can connect using localhost address and 3306 port. However once connected I can see all the tables but not the actual data. Using SQlectron. I'm totally lost now
Archived author: ghibly79 • Posted: 2020-03-15T22:09:29.553000+00:00
Original source
Nvm, heidiSQL works fine. Still used just localhost address.
Archived author: Shin • Posted: 2020-03-15T22:42:21.714000+00:00
Original source
`Maybe can be useful to add this in the docker setup guide?` why not feel free to send a PR and add it, that would be nice!
Archived author: Shin • Posted: 2020-03-15T22:43:08.842000+00:00
Original source
<@!415111163500691456> to edit the DB you can use Keira3: https://github.com/azerothcore/Keira3/releases
Archived author: ghibly79 • Posted: 2020-03-15T23:07:53.551000+00:00
Original source
Yes, I was looking into that tool too, thx