Is my Mysql data secure?

hello there, i just wanted to know that is my database information secured? like: username, password.

additional
i am using deephost mysql extension

for example, if someone decoded my apk file, can she see the database info i have entered, if so, what i needa do.

thanks & regards

No! Connecting to MySQL database directly from the app is not safe. Instead of this create your own API. I personally suggest you to use Laravel Lumen framework with JWT. For this you need to learn php.

2 Likes

yes man, thanks for your help :slight_smile:

I actually know programming langs like PHP, Mysql, etc…

thank you again

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.