Jump to content

BINARY field for BLOB in phpMyAdmin


vwinstead

Recommended Posts

I'm accessing a mySQL database with PHP.  I'm using phpMyAdmin to alter my table data.  In order to insert a value manually into a field which is of BLOB type it requires me to browse to a BINARY file (Max: 65,536B).  What does that mean?  How do you make a binary file in the appropriate format for this?

Link to comment
https://forums.phpfreaks.com/topic/143943-binary-field-for-blob-in-phpmyadmin/
Share on other sites

A binary file can be an image or an .exe or .bin, it can be a lot of things.  What are you storing in that column?

 

I'm using just a big block of text.  I wanted it in BLOB format to allow for expansion.  Can I make a .bin file from something as simple as notepad?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.