I have created a database with several tables, such as user, booking etc.
I have allocated privileges using the User tab within phpmyAdmin, wherein, Users are permitted View and Add privileges, Administrators have View, Add and Amend privileges and Managers have ALL privileges including Delete.
Using the MySQL database, is it possible to do some restrictions as below:
a) Restrict the User to View and Add to only certain tables.
b) Allow the User to view records solely for themselves and not those of any another user.
If so How?