d0r1

mysql 3306 ufw allow -> http3306/tcp closed 해결법 본문

이것저것

mysql 3306 ufw allow -> http3306/tcp closed 해결법

d0r1 2024. 11. 18. 15:33

 

Removing the line bind-address 127.0.0.1 from /etc/mysql/my.cnf solved the issue.

Newer versions of Ubuntu (≥16.04) may have this line in /etc/mysql/mysql.conf.d/mysqld.cnf

 

https://askubuntu.com/questions/272077/port-3306-appears-to-be-closed-on-my-ubuntu-server

 

Port 3306 appears to be closed on my Ubuntu server

I have two VPS servers, and both have MySQL installed, one for testing and one for development. One of my servers won't let me connect from outside. With the user; 'mytestuser'@'%' According ...

askubuntu.com

 

 

'이것저것' 카테고리의 다른 글

근황 겸 라업 작성이 뜸한 이유  (0) 2026.03.03
php db connector output  (0) 2024.11.18
[picoctf] caas  (0) 2024.09.19
[picoCTF] more-SQLi  (0) 2024.09.05
[picoCTF] SOAP  (0) 2024.09.05