what is the maximum size of databasi in mysql?

Answers were Sorted based on User's Feedback



what is the maximum size of databasi in mysql?..

Answer / rmaurya

The effective maximum table size for MySQL databases is
usually determined by operating system constraints on file
sizes, so not by MySQL internal limits.

Is This Answer Correct ?    4 Yes 1 No

what is the maximum size of databasi in mysql?..

Answer / kishore

hi ,
i think Rmaurya says correct..
because the db size depending on operating system.
in windows :2GB
in linux : 2TB..

but kalpana says 64 characters..its the max size of database
name..not database memory ...

Is This Answer Correct ?    4 Yes 2 No

what is the maximum size of databasi in mysql?..

Answer / मो&#23

100000000 words without space...........
But any one can increase it according to requirement....


---------- मोहन दास करमचंद गाँधी

Is This Answer Correct ?    1 Yes 1 No

what is the maximum size of databasi in mysql?..

Answer / kalpana

in mysql maximum size of database is 64 characters.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More PHP Interview Questions

What is the main difference between require() and require_once()?

0 Answers  


Are php short tags acceptable to use?

0 Answers  


Tell me what are the different types of errors in php?

0 Answers  


Tell me how to get the value of current session id?

0 Answers  


How to communicate with sockets in php?

1 Answers  


Write down the code for save an uploaded file using php?

0 Answers  


How to use http headers inside php?

0 Answers  


Which programming language does php resemble?

0 Answers  


How to get number of elements in an array?

0 Answers  


What is difference between required and require_once in php?

0 Answers  


we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.

1 Answers   IndiaTimes,


How do you identify independent and dependent variables in research?

0 Answers  


Categories