Alright, so I have spent countless hours trying to find something remotely similar to
what I want and there is no simple answer.
All I want is a simple MySql database which I can connect to my sfml game. I don't need anything
advanced. My problem is that I want the database to be local as I will only need to access it from 1
computer. How can I go about doing this??
I am using Visual Studio 2013 and everything seems so complicated with trying to link databases.
Note: I have done a useless course on databases where we learn't sql but not actually how to use
it with our C++ programs :/ Treat me as such