edit phpmyadmin blob field

后端 未结 3 1031
日久生厌
日久生厌 2021-01-18 16:40

Huh.

In the same vein as Viewing Content Of Blob In phpMyAdmin, i have a blob.

And just like in the screenshot of the given url, it says \"blob\". Thanks, p

3条回答
  •  野的像风
    2021-01-18 17:30

    If your BLOB field is really only text, then you might consider converting your BLOB field to a TEXT field (there should be no loss of data in the process). TEXT fields are viewable/editable directly from phpMyAdmin.

提交回复
热议问题