Hey all,
I'm trying to build a completely database dependant site, and i want a column in a mysql table to support more than 500 characters for HTML content, which is all i can seem to get from other types. I tried using Blob, but i can't seem to input data to it?
Could someone please give me a short guide of how to set it up?
I've tried setting it up as you would any other column, it shows up in phpmyadmin, but i get errors when i try to add data.
cheers
Rob
MYSQL Blobs?!
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
There's config options in phpMyAdmin to allow you to edit BLOBs but since a TEXT is just a case-insensitive BLOB, there's not much of a difference between them and phpMyAdmin allows you to edit TEXT fields:
http://www.mysql.com/doc/en/BLOB.html
Mac
http://www.mysql.com/doc/en/BLOB.html
Mac