On Sat, 5 May 2001, David Loke wrote:

> Hi Guys!
> 
> I am a web server system administrator. I would like to enable the users of
> my server to be able to install MySQL individually. That means each user
> will have their individual MySQL root access. And from there, their PHP can
> connect to their MySQL db. Is that possible?

yeah, when start mysqld, every user must specify it's own

--datadir
--socket 
--user
--P

Every user must run mysql_install_db, specify --datadir, to make mysql
priviliges database, though.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to