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