How to restrict user from modifying data in mysql data base?

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-05-31T11:44:46Z Indexed on 2010/05/31 11:53 UTC
Read the original article Hit count: 147

Filed under:
|
|
|

We need to deploy application(developed by Java) WAR file in client place which make use of MySql 5.0. But we would like to restrict the user from modifying any data in the database. Is there any way to protect data. The client can make use of the application but they should not be able to change any value in database. How to do that?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about best-practices