--修改表的编码为utf8

alter table store_warehouse convert to character set utf8;


--查看表中每个字段的字符集
show full fields from store_warehouse;

相关文章:

  • 2022-02-07
  • 2022-01-14
  • 2021-12-22
猜你喜欢
  • 2021-11-06
  • 2021-09-17
  • 2021-05-28
  • 2021-12-29
  • 2021-11-03
  • 2021-04-04
相关资源
相似解决方案