Page 1 of 1

View database based on access level

Posted: Wed Oct 02, 2013 12:46 pm
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.

Re: View database based on access level

Posted: Wed Oct 02, 2013 1:03 pm
by requinix
What are these "regions"? Are you talking about giving people access to the raw MySQL database and server? Or some PHP application?