Click to See Complete Forum and Search --> : Setting up an mysql database


OliverW
07-10-2002, 10:52 AM
Hey people I wanted to have some advice to set up an mysql database for a few users.

Basically what I'm doing is building some webspace with php/mysql support for a few friends of mine. Who has some advice on setting up the database so that every user has up to 250 mb of space and where only they have access to?

I've been looking around on google somewhat but wasn't able to find something good on this topic.

Please help me out.

manual_overide
07-10-2002, 11:01 PM
as for setting that up, just give your users a shell account. set up disk quotas, and add a public_html directory to /etc/skel

the php/mysql thing is completely separate, and could even exsist on another machine if you wanted it to.