What is sought: The admin user sees all the tables. The other users are limited only to their tables and cannot view the admin table.
The issue: I've tried playing with users and permissions, both server-side and in HeidySQL, but it gave me no luck. Even if I limit the user to a certain table, the admin table is still browseable. I might be erroneous since I'm a newbie to MySQL, but on the server-side I have set up the limited user account to a specific table.
The idea: admin table pulls up the data from user tables via MySQL REPLACE command and, thus gathers all the data from sub-users.
Would appreciate any aid.