⚙️백엔드/MySQL
MySQL - 외부 접속 허용하기
Janger
2023. 2. 24. 00:22
728x90
외부 접속 가능한 계정 생성 참고
https://janger.tistory.com/512
bind-address = 127.0.0.1 주석 처리
sudo vi /etc/mysql/mysql.conf.d/mysqld.cnf
출처:
https://funarock.tistory.com/909
ERROR 2003 (HY000): Can't connect to MySQL server on '' (111) 해결 방법
ERROR 2003 (HY000): Can't connect to MySQL server on '' (113) 해결 방법 문제의 에러ERROR 2003 (HY000): Can't connect to MySQL server on 'x.x.x.x' (111) 1. bind-address 주석 및 값 변경하기$sudo vi /etc/mysql/mysql.conf.d/mysqld.cnf bind-add
funarock.tistory.com
728x90