On Fri, Sep 24, 2010 at 2:26 PM, tedd <tedd.sperl...@gmail.com> wrote:
> At 2:09 PM -0400 9/24/10, Bastien Koert wrote:
>>
>> @tedd,
>>
>> He wants not techie users to create new systems for their clients when
>> they sign up. It involves creating a DB and he's wondering about
>> security for that. The main part of the app needs the least priv's to
>> run (select, update, insert [,delete]) while the creating the DB
>> obviously takes more. The OP was asking how to best handle that since
>> the he didn't want to give the main app DB user account more privs
>> than needed.
>
> Okay, what does creating "new systems for their clients" mean?
>
> What I want to know is specifically what these non-techie users intend to
> do?
>
> Please don't answer that they want to set up accounts for their clients
> because that is meaningless to me. That could mean anything.
>
> So, what specifically are these non-techie users going to do?
>
> Cheers,
>
> tedd
>
>
> --
> -------
> http://sperling.com/
>

Create a DB schema, create and populate tables.

-- 

Bastien

Cat, the other other white meat

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to