Re: Max number of databases

2003-09-03 Thread Roger Baklund
* Keith Schuster > Is there a max number of databases that will run under mysql This is AFAIK limited only by the OS: how many directories can exist inside one directory. Most file systems will perform slower with a high number of entries in a single directory, how high this number is depends on

Re: Max number of databases

2003-09-03 Thread Thomas Spahni
--> might be equal to the max number of directories you file system supports. Thomas Spahni On Tue, 2 Sep 2003, Keith Schuster wrote: > Is there a max number of databases that will run under mysql > --- > Keith Schuster > Schuster & Company LLC > ph:704-799-2438 > fx

Re: Max number of databases

2003-09-03 Thread Paul DuBois
At 23:14 -0400 9/2/03, Keith Schuster wrote: Is there a max number of databases that will run under mysql Not unless your operating system limits the number of directories that a given directory can contain. (MySQL represents each database by a directory under the data directory.) -- Paul DuBois,

Re: Max Number Of Databases?

2001-04-03 Thread Benjamin Pflugmann
Hello. On Tue, Apr 03, 2001 at 10:53:06AM +0100, [EMAIL PROTECTED] wrote: > Hi,... > > Does anyone knows how many databases can handle on MySQL Server? AFAIK, it is only limited by your operating system (databases are stored as directories, so the question is how many directories your OS is a