Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
开发者_如何学C Improve this questionMy friend will run a website with 200 GB disk space, and he is asking about the size of MySQL the free edition, is it limited only to the size of the disk space?
http://dev.mysql.com/doc/refman/5.0/en/full-table.html
For tables :
Win32 w/ FAT/FAT32 2GB/4GB
Win32 w/ NTFS 2TB (possibly larger)
Linux 2.2-Intel 32-bit 2GB (LFS: 4GB)
Linux 2.4+ (using ext3 file system) 4TB
Solaris 9/10 16TB
MacOS X w/ HFS+ 2TB
NetWare w/NSS file system 8TB
The effective maximum table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL internal limits.
I think this sums it up :-)
There is a limit on table size (not database size) that is platform-dependent - see here.
精彩评论