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 5.1.45 之前:真
从 MySQL 5.1.45 开始:假
默认情况下,复制从属不会将复制的查询写入慢查询日志。要更改此设置,请使用 --log-slow-slave-statements 服务器选项。
MySQL 手册页