Hi people.
I'd like to use MySQL in my application - would be an easy way for me to store users.
But then I'd have MySQL credentials in my app, visible for everyone with a HEX editor, I'd suppose?
And even though that MySQL user will have low privileges, then still too much info would be accessible.
Is there a secure way to use MySQL, or would I have to make my own server app, as a relay?
Thank you :)