Re: creating databases in different folders

2009-06-02 Thread Walter Heck - OlinData.com
You might try and hack something together using NTFS juction points. Unadvisable though, and probably unsupported. Walter On Mon, Jun 1, 2009 at 9:00 PM, Foo JH wrote: > Hi all, > > I'm using MySQL 5.0 on Windows 2003. > > Problem background: We use the same server for different applications. >

RE: Creating Databases

2001-09-23 Thread Rosyna
I guess thats a no. I wasn't sure if it was hidden in some other documentation file. Is there a page that details things that can be done in MS SQL Server and not mySQL? Ack, at 9/23/01, Will French said: >rtfm. > >Excerpt from mySQL manual. -- Sincerely, Rosyna Keller Technical Support/Holy

RE: Creating Databases

2001-09-23 Thread Will French
rtfm. Excerpt from mySQL manual. = 6.5.1 CREATE DATABASE Syntax CREATE DATABASE [IF NOT EXISTS] db_name CREATE DATABASE creates a database with the given name. Rules for allowable database names are given in Section 6.1.2 [Legal