Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 MySQL 列转换为使用 BLOB 而不是用于存储加密数据的 VARCHAR。
我可以找到各种关于如何从 BLOB 转换为 VARCHAR 的帖子,但找不到从 VARCHAR 到 BLOB 的任何内容。
有人可以告诉我该怎么做吗?
我通过使用:
alter table users change email email blob