kaimallea / csgo

A containerized dedicated server for Counter-Strike: Global Offensive
The Unlicense
242 stars 58 forks source link

MySQL support ? #58

Closed DevBaier closed 3 years ago

DevBaier commented 3 years ago

Is mysql integrated ? Because i am developping a plugin and i need mysql but it seems that mysql dont is installer.

Ty

Soren90 commented 3 years ago

Nope, there is no mysql built into the image, this is the best practice way of doing it on a micro-service architecture. You can easily setup a mysql with docker. Just follow these instructions and you should be good to go: https://hub.docker.com/_/mysql