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.
这基本上就是主题所说的。我已经阅读了有关在恢复数据库转储时禁用二进制日志的信息,但我找不到如何使用常规日志执行此操作(所有 INSERT 语句都在那里结束并且它们占用大量空间)。是否可以仅为还原操作禁用这种日志记录?
读这个。
设置全球 general_log = 'OFF'; 并重新启动服务器。