Stephen wrote:
There seems to be no PHP function to create a DB user.

It doesn't have one to create a database either... php can't do everything for you ;)

I am trying to automate setting up virtual domains in a shared environment.

Am I missing something obvious?

http://dev.mysql.com/doc/refman/4.1/en/user-account-management.html

or if you're using mysql 5+,

http://dev.mysql.com/doc/refman/5.0/en/create-user.html

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to