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. Quote Link to comment 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,. 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.