mysql主从同步失败。错误日志如下。
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)',希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
mysql主从同步失败。错误日志如下。
Column 1 of table 'xxx' cannot be converted from type 'varchar(33)' to type 'varchar(11)'
这个我的机器的问题是数据库的字符集问题,
首先关闭从
① stop slave;
② 执行修改语句。
③ start slave;
转载于:https://www.cnblogs.com/wzbz/p/6825761.html
这篇关于Column 1 of table 'xxx' cannot be converted from type 'varchar(33)' to type 'varchar(11)'的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!
http://www.chinasem.cn/article/356263。
23002807@qq.com