Skip to content
# MySQL8 NDB集群 执行SQL
ALTER TABLE `calerie`.`orders` DROP COLUMN `aaa`;

# 报错信息
Can't create destination table for copying alter table

# 解决办法:将 MySQL配置参数 MaxNoOfAttributes 调大,具体原因说明,待后需完善。