Re: What is the rowsize limitation in MySQL?

2006-03-01 Thread Martijn Tonies
> 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

Re: What is the rowsize limitation in MySQL?

2006-03-01 Thread SGreen
"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?

2006-03-01 Thread J A
What is the rowsize limitation in MySQL? _ Don’t 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

RE: limitation in mysql

2002-05-14 Thread Gurhan Ozen
[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

RE: limitation in mysql

2002-05-14 Thread Roger Baklund
* 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

Re: limitation in mysql

2002-05-14 Thread
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 --

RE: limitation in mysql

2002-05-14 Thread Jay Blanchard
[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 -

limitation in mysql

2002-05-14 Thread Inbal Ovadia
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