
03-01-2009, 03:45 PM
|
 |
|
|
Join Date: Apr 2006
Location: Austin, TX
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
LOL The database is too small for the data you're putting into it.
Quote:
The default limit of tables is 4GB until 5.0.5 and 65,536TB in later versions. To change the default, use the table options AVG_ROW_LENGTH and MAX_ROWS. You can change your table with ALTER TABLE logs AVG_ROW_LENGTH=number MAX_ROWS=number. This will take a moment as a new table is copied from the old one. See also http://dev.mysql.com/doc/refman/5.0/...ate-table.html
|
http://forums.mysql.com/read.php?21,...8950#msg-78950
|