In the last episode (Sep 27), florence florence said:
>          How large data that i can store in Mysql and how much data
>          can Mysql support?

A longblob field type can store 4gb of data.  The only limit on table
size is your OS'es limits.  This is explained in the manual.

http://www.mysql.com/doc/en/Column_types.html
http://www.mysql.com/doc/en/Table_size.html

-- 
        Dan Nelson
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to