…
2 Check that MySQL is reachable on port 3306 (note: 3306 is the default, but this can be changed)
3 Check the user root has rights to connect to 127.0.0.1 from your address (…
Continue reading
맥북에서 외부 IP에서 로컬에 외부접속 허용하는 포스팅이다. 그렇다 이게 자주 가끔하면 매번 모른다. 바보인가 싶다. 쉽게 말하면 맥북환경에서 처음 로컬에 MySQL/MariaDB 설치해서 127.0.0.1 로 접근 해주는 포스팅이다.
Continue reading
맥북에 MariaDB 설치 다시 설치하다 생긴 이슈이다. MariaDB 10.5 이상부터 변경 된거 같다. MySQLWorkbench 로 접속시 에러 이슈
Continue reading
맥북에 MariaDB 설치 다시 설치하다 생긴 이슈이다. MariaDB 10.5 이상부터 변경 된거 같다. 해당 포스팅에는 MariaDB 10.4 이전 해결 방안도 작성.
Continue reading
ERROR 2002 (HY000) : Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2)
오류에 대한 포스팅이다.
Continue reading
컬렉션 프레임웍(Collection Framework)이란? 다수의 데이터를 다루고 표현하기 위한 단일화 된 구조이다.
Continue reading
[#document: null], Document 데이터 XML포맷 형태으로 String으로 출력
Continue reading
XML File 내용 Document로 데이터 변환 및 Document 기본적인 예제 대한 포스팅이다.
Continue reading