Hello,
I want to store image in database. I am using data type of that column is BLOB. But when i am going to store or retrive image (size of image is 4kb) using memcached get set method it's shows me error like 'CLIENT ERROR (value is too big)' and Unknown data type of column imgblob(name of my column).
Can you please tell me why it's show me this type of error even i am inserting less than 4kb size of image.
Thank you,
I want to store image in database. I am using data type of that column is BLOB. But when i am going to store or retrive image (size of image is 4kb) using memcached get set method it's shows me error like 'CLIENT ERROR (value is too big)' and Unknown data type of column imgblob(name of my column).
Can you please tell me why it's show me this type of error even i am inserting less than 4kb size of image.
Thank you,