可视化 Diff 工具
对比配置文件 左右对比 Diff
贴上你的 config,看看和原始版本有哪些变化。
MariaDB - /etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf
Debian 11 (Bullseye)
默认配置
Debian 11 (Bullseye)
# NOTE: THIS FILE IS READ ONLY BY THE TRADITIONAL SYSV INIT SCRIPT, NOT SYSTEMD.
# MARIADB SYSTEMD DOES _NOT_ UTILIZE MYSQLD_SAFE NOR READ THIS FILE.
#
# For similar behavior, systemd users should create the following file:
# /etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf
#
# To achieve the same result as the default 50-mysqld_safe.cnf, please create
# /etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf
# with the following contents:
#
# [Service]
# User = mysql
# StandardOutput = syslog
# StandardError = syslog
# SyslogFacility = daemon
# SyslogLevel = err
# SyslogIdentifier = mysqld
#
# For more information, please read https://mariadb.com/kb/en/mariadb/systemd/
[mysqld_safe]
# This will be passed to all mysql clients
# It has been reported that passwords should be enclosed with ticks/quotes
# especially if they contain "#" chars...
nice = 0
skip_log_error
syslog
你的配置
已删除
已新增
拖文件到这里,或点击选择
如何使用这个工具
- 1 把你的配置文件粘贴或拖拽到上面的区域
- 2 Diff 会立刻显示,标出你和默认配置的差异
- 3 绿色是你新增的,红色是从默认配置里删掉的
- 4 用切换按钮在左右对比和统一 Diff 视图之间切换