security - Tool for editing MySQL table permissions? -
is there tool makes task of editing user privileges easier on mysql database? i've got 100 tables work through 4 users, each different per-table grants, getting tedious via phpmyadmin. it'll lot more irritating when make changes database structure , user list later on. can't see way in mysql workbench.
are there permissions management tools make management of table permissions easier?
update: clarification, need tool can manage per-schema , per-table permissions user. i'll changing permissions later, needs able manage existing permissions grant new ones. mysql workbench allows management of per-schema privileges, not per-table.
mysql gui tools . see here http://dev.mysql.com/downloads/gui-tools/5.0.html mysql administrator allows that.
Comments
Post a Comment