I have a binary(16) field in a table in MySQL, and I'd like to insert data at the MySQL command prompt into this field. I've tried:
- inserting numbers (4)
- inserting a 16-digit long binary string (10100000000000000)
Is there a way to insert this data at the command prompt? When I select binary data from the table in the command prompt, it looks like this: +??VA?:??. But inserting that same data back immediately doesn't work.