I have a database and want to lock it … I know I can make a user with password and give him all the permissions on this database but this solution will not work with someone take the database files and open it in another computer …. I hope I was clear
any ideas ?
I have a database and want to lock it … I know I can
Share
You can protect sensitive columns (for instance, account numbers) by encrypting them before you store them. To protect the entire database, store the data files themselves in an encrypted filesystem and ensure they are accessible only to the server (and not to individual users).