摘要:
执行systemctl restart docker异常 返回下面的错误 `Job for docker.service failed because the control process exited with error code. See "systemctl status docker.s 阅读全文
摘要:
mysql日志主要包括错误日志、查询日志、慢查询日志、事务日志、二进制日志几大类。 binlog 用于记录数据库执行的写入性操作(不包括查询)信息,以二进制的形式保存在磁盘中。binlog 是 mysql的逻辑日志,并且由 Server 层进行记录,使用任何存储引擎的 mysql 数据库都会记录 b 阅读全文