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 数据库中的大表(大约 20 GB)中删除一列,但我不希望 MySQL 服务器挂起或对生产数据库造成风险。
该表使用 InnoDB 引擎,它包含大约 10,000,000 条记录。
据我所知,最好的方法是在 mysql中使用MASTER-MASTER 设置
您可以先修改 MASTER1,然后在生产中使用 MASTER2。然后你切换并做同样的事情。