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 cakephp framework?
what use of <?php
What is meant by pdo in php?
What is the difference between array_map () and array_shift ()?
how to maintained the session from one page to another page based on the url and then entered into the first page is logging into instead of secondpage it goes to the another url.ie first login session togoes to the one url and next login session it goes to another url how is it possible in php please give me answer in that question
How to convert a timezone from one to another ?
How many days will it take to learn php?
What are escaping characters?
Is php easy language to learn?
What is a php object?
How to create a session? How to set a value in session? How to remove data from a session?
What is inheritance in php? How many types of inheritance supports php?