On Monday 03 February 2003 11:49, Veysel Harun Sahin wrote:

> I am using mysql3.23.49 on openbsd3.2. I have a myisam table with 4G
> file size and now I can no longer insert records into table. My mysql
> data partition is not full (%24 used). I have read that mysql 3.23
> supports up to 2 terabytes table size. Not so sure but I know openbsd's
> file size limit is bigger than 4G. Here is my error log.

You should check, what compilation options you have supplied, make sure that 
you have not configured MySQL with  --disable-largefile. 

Also check if your OpenBSD installation's filesystem supports big files. 

And, of course, you can switch to InnoDB tablespace which is virtually 
unlimited. 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




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