Re: File size limit exceeded, Linux/MySQl-4.0.20-i686-icc

2004-08-02 Thread Egor Egorov
Nathan Boeger <[EMAIL PROTECTED]> wrote: > Its accessed over the net by the web servers. I don't think we would > have file contentions. > > Actually, we just replaced the mysql binary with an older 4.0.16 version > that we compiled and used before we started to use the 4.0,20-i686-icc. > Now

Re: File size limit exceeded, Linux/MySQl-4.0.20-i686-icc

2004-07-30 Thread Nathan Boeger
Its accessed over the net by the web servers. I don't think we would have file contentions. Actually, we just replaced the mysql binary with an older 4.0.16 version that we compiled and used before we started to use the 4.0,20-i686-icc. Now the db is working without any problems. I wonder if ot

RE: File size limit exceeded, Linux/MySQl-4.0.20-i686-icc

2004-07-30 Thread Victor Pendleton
How is this table accessed and updated? Do you have file contention issues? Is the MySQL message 145? -Original Message- From: Nathan Boeger To: [EMAIL PROTECTED] Sent: 7/30/04 9:40 AM Subject: File size limit exceeded, Linux/MySQl-4.0.20-i686-icc Hello everybody, We have a few Linux/MyS

Re: file size limit

2002-08-31 Thread Paul DuBois
At 5:19 +0200 9/1/02, David Lloyd wrote: >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 >My

Re: file size limit

2002-08-31 Thread David Lloyd
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 fil

Re: file size limit

2002-08-31 Thread Paul DuBois
At 18:59 -0400 8/31/02, qlarry wrote: >here a file size limit in my sql What? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request

Re: file size limit hitting when "LOAD DATA INFILE"

2002-06-24 Thread Bhavin Vyas
Yes, MERGE Tables is useful for getting around the file size limit problem. However, Linux 7.2(Kernel 2.4.x), MySql 3.23.47 supports file sizes greater than 4GB. Mysql 3.23 by defaul will create tables that can grow only upto 4G but these can be altered using ALTER TABLE. You willl need to alter A