MySQL

Good day. Do not you know someone about how to hide my MySQL login data? Because now that someone decompiles my code, it knows my name, password, and url from the database. Is this somehow hiding?

You should never connect to a SQL server directly from your game. Connect to a web service, and the web service accesses the database.