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 中完成吗?
根据 MySQL:
有些语句不能回滚。通常,这些包括数据定义语言 (DDL) 语句,例如创建或删除数据库的语句,创建、删除或更改表或存储例程的语句。
文档
不,MySQL(好吧,InnoDB)不支持 DDL 语句的事务。