[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Help Needed: High Level Overview of PHP and MySQL on Raq4i



> The confusion I have is how to extend this
> functionality to clients I host on some of my Raq 4i
> servers? Since they dont have admin (or even shell
> access), how do they create the mysql database that
> their php app will supposedly use?
You as the sysadmin create the DB and the username and password for them.
You also need to turn on PHP for the site you are hosting, this is done in
the admin GUI (as user admin)

> Any one already doing this for their clients, and have
> a general process they are willing to share with me?
Personally I use mysql_setpermissions (or something close to that)
It setsup the DB, usename and password and host mask (personally I allow
only localhost)

-Thomas