Answer Posted / 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 |
Post New Answer View All Answers
Which is better get or post method?
Explain about the data types in PHP?
What is empty php?
What is env in laravel?
What is difference between count or sizeof function in php?
What exactly is PHP?
Does php need html?
What does isset() function?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What is global array in php?
What is session_start () in php?
What is the use of post in php?
write a note on Testing the web site
How to connect to mysql from a php script?
How to convert the first character to upper case?