mysql主从同步失败。错误日志如下。


Column 1 of table 'xxx' cannot be converted from type 'varchar(33)' to type 'varchar(11)'

这个我的机器的问题是数据库的字符集问题,
Column 1 of table 'xxx' cannot be converted from type 'varchar(33)' to type 'varchar(11)'

Column 1 of table 'xxx' cannot be converted from type 'varchar(33)' to type 'varchar(11)'

首先关闭从

① stop slave;

② 执行修改语句。

③ start slave;

Column 1 of table 'xxx' cannot be converted from type 'varchar(33)' to type 'varchar(11)'

 

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案