"Kris Van Hulle" <[EMAIL PROTECTED]> wrote:
> Does mySQL have support for virtual domains ? And if so, how can
> i set it up ? (relevant documentation, ...)

MySQL has its own security system that doesn't rely on the
security/authentication system of the underlying operating system.  In the
manual at mysql.com see the chapter on the privilege system and the sections
on GRANT statements.  A single install of the MySQL server can be used for
multiple users on multiple hosts simultateously.  Alternately, you can
install multiple copies of MySQL on the same server, each to run as the
system user who will be using each install.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


---------------------------------------------------------------------
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