protect and database tables

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
crmaurice
Forum Newbie
Posts: 5
Joined: Sun Aug 29, 2010 9:11 pm

protect and database tables

Post by crmaurice »

I have a desktop application using mysql is there any way to protect tables so that they can not extract or encode them to be extracted when they can not show their relationships and structure, would greatly appreciate your good help.
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: protect and database tables

Post by JakeJ »

You'll have to be a little more clear about what you need. Is the database located on their desktop? On a server? Please explain.

If a database is local to their computer, I user can just copy the database, take it home and work on a copy of it.

It would probably be most helpful for you to google for "mysql security" You'll find loads of information that way including stuff from the official mysql manual.
crmaurice
Forum Newbie
Posts: 5
Joined: Sun Aug 29, 2010 9:11 pm

Re: protect and database tables

Post by crmaurice »

Thanks for your help search in GOOGLE
Post Reply