Re: [PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread Micah Stevens
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 >

RE: [PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread Miguel Guirao
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

Re: [PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread Micah Stevens
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

[PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread vassilis
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.