View database based on access level

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
tonyck2000
Forum Newbie
Posts: 2
Joined: Tue Oct 01, 2013 12:13 pm

View database based on access level

Post by tonyck2000 »

I have a msql database with about 4 access levels. These users are with different regions. I would like each user to only view their region when they log into the database. I am using php/dreamweaver and mysql to accomplish this. Right now they are all able to view all regions.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: View database based on access level

Post by requinix »

What are these "regions"? Are you talking about giving people access to the raw MySQL database and server? Or some PHP application?
Post Reply