Skip to content

MySQL Plugin is broken #1536

@fukawi2

Description

@fukawi2

Bedrock is working, and I can run queries via nc to port 8888, logs confirm that the plugin is loading, and I can see the port is listening:

$ sudo ss -tnlp | grep 3306
LISTEN    0         4096              127.0.0.1:3306            0.0.0.0:*        users:(("bedrock",pid=19013,fd=21))

But when I try to connect, I get nothing:

$ mysql -h 127.0.0.1 -vvvv

strace shows it’s waiting for a response on port 3306:

connect(3, {sa_family=AF_INET, sin_port=htons(3306), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0
setsockopt(3, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
recvfrom(3,

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