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 Link to comment https://forums.phpfreaks.com/topic/26319-mysql-user-permissions/ 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. Link to comment https://forums.phpfreaks.com/topic/26319-mysql-user-permissions/#findComment-120451 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. Link to comment https://forums.phpfreaks.com/topic/26319-mysql-user-permissions/#findComment-120472 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. Link to comment https://forums.phpfreaks.com/topic/26319-mysql-user-permissions/#findComment-120475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.