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.
我希望将 myisam mysql 数据库转换为 innodb。我似乎一直在想出关于如何做到这一点的相互矛盾的想法,或者即使我应该这样做!你怎么认为?
一张一张换一张桌子?
alter table ... engine = InnoDB;