if your app gets really big you might need to split reading and
writing DB transactions to different servers, there might be a benefit
of using different users as well as you do the separation anyway.
other than that i would not go there. make sure your app is written in
a secure way and test it for sql injection and make sure it has no
visible open ports to the internet.

cheers
lenz

On Wed, Aug 11, 2010 at 5:00 PM, Michael Adams
<[email protected]> wrote:
> Is there any advantage gained by creating more than one user for website
> access?
>  * One with read access only for accessing data for webpage content.
>  * One with read and write access for pages with form data to be collected.
>  * A possible third with all priveledges needed for admin functions.
>
> Opinions?
>
> --
> Michael
>
> --
> NZ PHP Users Group: http://groups.google.com/group/nzphpug
> To post, send email to [email protected]
> To unsubscribe, send email to
> [email protected]



-- 
twitter: @norbu09
current project: iWantMyName.com
painless domain registration (finally)

-- 
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]

Reply via email to