What is maximum size of a database in MySQL?
Answer Posted / vibhor gupta
Operating System File-size Limit
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 filesystem) 4TB
Solaris 9/10 16TB
MacOS X w/ HFS+ 2TB
NetWare w/NSS filesystem 8TB
| Is This Answer Correct ? | 78 Yes | 8 No |
Post New Answer View All Answers
What is cursor in mysql?
Do while loop in mysql procedure?
How to get a list of all tables in a database?
How to change a password for an existing user via mysqladmin?
How many sql dml commands are supported by 'mysql'?
Is mysql written in c?
Which mysql function is used to concatenate string?
How to load a csv file into a table
Can mysql store files?
How to list or view all databases from the mysql server.
What is definer in mysql?
Which is better mysql or mssql?
using primary can we relate two table, with out foreign key?
Is mysql good for big data?
What do you mean by % and _ in the LIKE statement?