MySQL Forums
Forum List  »  MySQL Workbench

Re: workbench to see only one users tables
Posted by: Mike Lischke
Date: September 16, 2015 01:15AM

Hi,

it's like with any other access in MySQL. You use proper grants to limit access of a user to a given db object and MySQL Workbench can then only show those. WB itself has no access control other than that. Keep in mind that it does some work behind the scenes (e.g. in the admin section), so it might happen that the user gets error messages there if the access is very limited.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: workbench to see only one users tables
385
September 16, 2015 01:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.