I made a little application with a MySQL
database.
I want to secure my database.I think user name and password is not enough to protect it. Because anyone can access the database by copying database files in C:\ProgramData\MySQL\MySQL Server 5.6\data
& paste it in another another machine.
So my question is: How do I secure my database properly?
WITH ENCRYPTION
– user26196 Jul 22 at 7:14