Hi,
I have a mysql table with columns "author_name" (such as Apple) and "text".
In localhost, the text displays very well in phpMyAdmin, however when I uploaded everything to my host, the value in the columns suddenly become "[BLOB]".
Everything still works fine, but i can't access those data directly from my phpMyAdmin anymore.
do you know how to turn [BLOB] back to a readable text?
thanks for your help.