Give me suggestion for How to protect my database from hackers??
Update your OS and other software frequently, if not automatically. This keeps hackers from accessing your computer through vulnerabilities in outdated programs.
You have a legal obligation to protect your data from theft, follow the below step to keep your data safe from hackers;
1. Stay updated.
2. Toughen up access control.
3. Update everything.
4. Tighten network security.
5. Install a web application firewall.
6. Install security applications.
7. Hide admin pages.
8. Limit file uploads.
9. Use SSL.
10. Remove form auto-fill.
11. Back-up frequently.
There are some database security practices which, if followed in the most effective of manners, can help. These include ensuring the physical security of the database, using web application and database firewalls, ensuring proper encryption of all data, proper and strict access of database, proper database management by ensuring that extremely confidential and critical data are not stored on public systems, auditing and monitoring all database activity, and hardening database to the fullest level possible. In addition to these, there is one basic thing that everyone should do, namely ensuring proper and regular back-up of all data. This is absolutely necessary as it helps bring things back on track if a hack happens despite all precautions being taken.