as my server is using the database a lot im starting to get connection open/locked issues. tho currently ive not noticed any negative effects of this im going to switch to mySql. my question is, do i just make one connection for all players? or should i make a new connection for each connected player and close it when they disconnect? asking as i have never messed with mySql
the try catch automatically close's the connection anyway well, its meant to so you shouldn't need to close the connection, i was doing this and then started to run into closed connection problems lol