Date |Thu, 2 Aug 2001 12:56:23 -0700 
>From |Bryan Ross <[EMAIL PROTECTED]>

Hello!

BR> Hi. 

BR> What I want to do is this: Use mysql as a dedicated database for a desktop
BR> application, meaning that basically there's only one client allowed to
BR> connect to it, and that client is the application. Also, I would not want
BR> this database to interfere with any other instance of MySQL that may be
BR> running on the same machine. Basically to be completely wrapped and only
BR> accessible by the application.

BR> My question is: is there a relatively simple way of doing this?

start another mysql daemon with different socket path and configuraton file.
in config file set up new path to databases.
Also change priveleges in new server for more secure access.

___________________________________________________________________
For technical support contracts, visit https://order.mysql.com/
This email is sponsored by SWSoft, http://www.asplinux.ru/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Grigory Bakunov <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB / SWSoft
/_/  /_/\_, /___/\___\_\___/
       <___/   www.mysql.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