What is maximum size of a database in MySQL?
Answer Posted / rakesh
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 file system) 4TB
Solaris 9/10 16TB
MacOS X w/ HFS+ 2TB
NetWare w/NSS file system 8TB
| Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
Can I use mariadb instead of mysql?
How do I quit mysql?
How to print message in mysql trigger?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
how you will Create a database on the mysql server with unix shell.
How many triggers are possible in mysql?
What are the 'mysql' command line arguments?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
What is the data type for file in mysql?
Write a query to create a database and a table?
What is a table schema?
How do I optimize a selected query in mysql?
How triggers can be used in mysql?
How database are managed?
Can varchar be primary key?