bit enable in your permission scripts!!
>
> Miguel
>
> -Original Message-
> From: Micah Stevens [mailto:[EMAIL PROTECTED]
> Sent: Lunes, 27 de Febrero de 2006 02:23 p.m.
> To: php-db@lists.php.net
> Subject: Re: [PHP-DB] webhosting with php/mysql and disk quota
>
You could also use the suid bit enable in your permission scripts!!
Miguel
-Original Message-
From: Micah Stevens [mailto:[EMAIL PROTECTED]
Sent: Lunes, 27 de Febrero de 2006 02:23 p.m.
To: php-db@lists.php.net
Subject: Re: [PHP-DB] webhosting with php/mysql and disk quota
Yes
Yes, however, a few of those require root permissions which gets tricky as you
DO NOT want to run internet accessable php scripts as root, in which case
you're hosed.
What I do it run a perl daemon as root that php then connects to as a client
and requests actions, and the daemon will only acc
Hello all,
is it possible to do the following thing with php/mysql?
1. user registers
2. upon clicking the "submit" button a php script creates a mysql DB
with a unique name ( So far so good, till there I have no prob)
3. the specific user gets SELCT INSERT UPDATE rights for his database only.