Skip to content

Maxwell and MySQL 8 #1232

Description

@garyrussell
$ brew info maxwell
maxwell: stable 1.21.0
$ brew info mysql
mysql: stable 8.0.15 (bottled)

What I had to do to get it working...

my.cnf

server_id=1
log-bin=master
binlog_format=row
default-authentication-plugin=mysql_native_password

and

CREATE USER 'maxwell'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS 'XXXXXX';

Perhaps add a note to the quick start?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions