the_oliver Posted January 23, 2007 Share Posted January 23, 2007 Hello,Looking for some advice please. Whilst i can do this in PostgreSQL im not sure weather it is the same for MySQL. Im looking for a way to create a user and a database, assigning only the new user permisions to use it. I want all this to happen automaticaly from a php script. Can i just run it as a query from a user with the wright permisions? Also is there a way that i can monitor/restrict the size of a database?Thanks. Link to comment https://forums.phpfreaks.com/topic/35405-automated-db-creation/ Share on other sites More sharing options...
fenway Posted January 23, 2007 Share Posted January 23, 2007 Yes, provided you're a user with GRANT permissions, you can set up whatever user access restrictions you want. As far as size, not within MySQL,. Link to comment https://forums.phpfreaks.com/topic/35405-automated-db-creation/#findComment-167475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.