> What is the rowsize limitation in MySQL?
That depends on the table type, for example, take a look here:
http://dev.mysql.com/doc/refman/5.0/en/innodb-restrictions.html
Martijn Tonies
Database Workbench - development tool for MySQL, and more!
Upscene Productions
http://www.upscene.com
"J A" <[EMAIL PROTECTED]> wrote on 03/01/2006 11:06:27 AM:
> What is the rowsize limitation in MySQL?
>
> _
> Don’t just search. Find. Check out the new MSN Search!
> http://search.msn.click-url.
What is the rowsize limitation in MySQL?
_
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
--
MySQL General Mailing List
For list archives: http
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 10:52 AM
To: [EMAIL PROTECTED]
Subject: limitation in mysql
Hi,
Is there any limitation about the number of rows in a table
and about the number of tables that i can put in mysql
* Inbal Ovadia
> Is there any limitation about the number of rows in a table
> and about the number of tables that i can put in mysql?
The number of rows in a table is normally limited by the type of the primary
key. A TINYINT can only hold 256 values, thus you can only have 256 rows in
a table w
Hey,
> Hi,
> Is there any limitation about the number of rows in a table
> and about the number of tables that i can put in mysql?
Question has been asked many times. Check the lists.
Answer : no, only limited by drive space.
EG
--
[snip]
Is there any limitation about the number of rows in a table
and about the number of tables that i can put in mysql?
[/snip]
You are limited by disk space, RAM, and processing power. There are no AFIAK
"physical" limitations to MySQL itself.
Jay
-
Hi,
Is there any limitation about the number of rows in a table
and about the number of tables that i can put in mysql?
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.co