mysqlbinlog

Utility for processing MySQL binary log files. More information: <https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y mariadb-server-10.3
Ubuntu
RUN apt-get update && \ apt-get install -y percona-xtradb-cluster-server-5.5
Alpine
RUN apk add mysql
Arch Arch Linux
RUN pacman -S --noconfirm percona-server-clients
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mariadb-server-10.1
CentOS
RUN yum install -y mysql
Fedora
RUN dnf install -y mariadb-3
Raspbian
RUN apt-get update && \ apt-get install -y mariadb-server-5.5
click the source code to copy install mysqlbinlog on any operating system with command-not-found.com