nadeemshafi9 Posted November 6, 2006 Share Posted November 6, 2006 HelloI am creating user accounts throgh webmin for mysql users, i hav a bunch of CMS DB's in my MySql ROOT account, i dont whant the new users to be able to see these or modify them, i would like the new users to be able to create and mod there own DB's.What permissions should they hav from the folowing:[quote]select table datainsert table dataupdate table datacreate tablesdrop tablesreload grantsshutdown databasemanage processesfile operationsgrant privlegesreference operationsmanage indexesalter tablesshow databasessuperusercreate temp tableslock tablesexecuteslave replicationclient replication[/quote]Thanx very much for any help Quote Link to comment Share on other sites More sharing options...
fenway Posted November 6, 2006 Share Posted November 6, 2006 Creating DBs in a funny thing, since all the permissions are DB-based. Unless you mean tables when you say DB. Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 6, 2006 Author Share Posted November 6, 2006 ok so db permissions should be set, but what permissions would u give a stander unix user whith a mysql account i mean obviously il create this in to a group and apply accordingly. what should basic privalges be. Quote Link to comment Share on other sites More sharing options...
fenway Posted November 6, 2006 Share Posted November 6, 2006 I'm not sure what the relevance of the *nix account is... but in general, insert/select/update and maybe delete are all you need. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.