Re: Location of databases

2002-01-08 Thread Brian Reichert
On Tue, Jan 08, 2002 at 10:04:40AM -0500, Michael D. Stackhouse wrote: > We run MySql on our Freebsd server, and on our Win2K server. > > We have several clients, and would like to store the databases in the > clients' root directory. Is this possible? Under UNIX, all of the separate databases

Re: Location of databases

2002-01-08 Thread Michael D. Stackhouse
Thanks - but my real question is where is this data stored on my system? Do I have control to locate the databases for each client in different locations? Mike Simon Green wrote: > There are two things you can do when running MySQL for other people. > One: Use GRANT and let every one know abo

RE: Location of databases

2002-01-08 Thread Simon Green
There are two things you can do when running MySQL for other people. One: Use GRANT and let every one know about but not see each others databases. Two: Run more than one copy of MySQL on your sever...this also means that they can be set up for each persons needs Hope this helps... Simon --