How to Stop Users from Manipulating MySQL Data in Niotron Apps?

Hello everyone,

Until now, I have been using DeepHost’s free MySQL extension in my Niotron app. But there is a big problem: users can capture requests and get full access to my database, which allows them to manipulate data and even bypass tasks using custom scripts. I need to stop this urgently.

I also tried DeepHost’s MySQL Pro extension and Dynamic API extension, but my app keeps crashing because my device is running on Android 15. I think maybe after an update, those extensions will be fixed.

:backhand_index_pointing_right: My main issue:
Right now, users are able to manually edit and manipulate data by sending requests. I want to block this and make the database safe, so only my app can use it.

What is the best way to secure MySQL data and prevent users from bypassing tasks with scripts?

Thanks in advance for your suggestions!

@abhijith

Never use MySQL directly in your apps. Create API’s for functions you need and then use web requests for it.

There might be no code platforms to create the backend or use an AI Model to create a basic node js or Go lang backend and host it somewhere.

1 Like

You might be interested in

Taifun