I have a C# app, that usually, connect to a Mysql server through some functions and upload variables.
When I decompile the app, it shows Mysql connection parameters.
So I thought, that to resolve vulnerabilities problems, I want a server-side program (linux) or a script that receive only variables and update a table.
Any ideas?