15.08.2016, 16:40
Are you going to let players log into this application? If so, don't use any MySQL connection in C#. Instead make a webservice that handle those things and communicates with your C# application via HTTP or any other method, because it's now possible to read your username and password from your MySQL server from the memory and/or file.