Paul et al,

> At 18:59 -0400 8/31/02, qlarry wrote:
> >here a file size limit in my sql
> 
> What?

I think that loosely should translate as "Where is a file size limit in
MySQL" which I would then interpret as "Is there a file size limit in
MySQL".

All MyISAM tables are stored on the local file system so it is dependant
on the file system and operating system you are running. Or to put it
another way, your MyISAM table (MySQL's default type) are stored as
files, and it is your operating system that limits the file size and not
MySQL.

As for other types such as BDB and InnoDB I don't know the answer.

I hope this helps.

DSL
-- 
Say you'll share with me one love, one lifetime
 Lead me, save me from my solitude.
Say you'll want me with you, here beside you
 Anywhere you go let me go too... (Webber/Hart/Black)

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