mysqlbinlog
Utility for processing MySQL binary log files. More information: <https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html>.
RUN apt-get update && \
apt-get install -y mariadb-server-10.3
RUN apt-get update && \
apt-get install -y percona-xtradb-cluster-server-5.5
RUN apk add mysql
RUN pacman -S --noconfirm percona-server-clients
RUN apt-get update && \
apt-get install -y mariadb-server-10.1
RUN yum install -y mysql
RUN dnf install -y mariadb-3
RUN apt-get update && \
apt-get install -y mariadb-server-5.5