-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
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,
anarcher and adworacz
Metadata
Metadata
Assignees
Labels
No labels