what is the maximum size of databasi in mysql?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / मो
100000000 words without space...........
But any one can increase it according to requirement....
---------- मोहन दास करमचंद गाँधी
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kalpana
in mysql maximum size of database is 64 characters.
Is This Answer Correct ? | 2 Yes | 7 No |
What is the main difference between require() and require_once()?
Are php short tags acceptable to use?
Tell me what are the different types of errors in php?
Tell me how to get the value of current session id?
How to communicate with sockets in php?
Write down the code for save an uploaded file using php?
How to use http headers inside php?
Which programming language does php resemble?
How to get number of elements in an array?
What is difference between required and require_once in php?
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.
How do you identify independent and dependent variables in research?