Building a Game Server in C++ #7: Connecting with MySQL
When I began to put my game server idea into code, the storage backend was way down the list of my priorities. Today I decided to take a deep breath and get it over with. In this article we will implement a database and refactor the Storage class to connect to it. Designing the Database…
