"joe collins" <[EMAIL PROTECTED]> wrote: > I want to store a .txt file in a table in a MySQL database, typically what > is the best type of data type/ column to use for this. The .txt will not > exceed 100K.
You need MEDIUMTEXT/MEDIUMBLOB column types: http://dev.mysql.com/doc/mysql/en/BLOB.html http://dev.mysql.com/doc/mysql/en/Storage_requirements.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]