Skip to content

Can't connect to MySQL 8.0.20 via SSH #8907

Answered by ghost
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Ugh...never mind...figured it out. I forgot to allow loopback connections.
Fixed by running:
sudo iptables -A INPUT -i lo -j ACCEPT
sudo iptables -A OUTPUT -o lo -j ACCEPT

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LonwoLonwo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
0 participants
Converted from issue

This discussion was converted from issue #8907 on December 26, 2020 19:49.