[Java] 7. JAVA 메모리(Stack, Heap)
Stack
메모리와 Heap
메모리 설명 포스팅이다. Runtime Data Area 설명 이후 하단에 정리되어 있다.
Stack
메모리와 Heap
메모리 설명 포스팅이다. Runtime Data Area 설명 이후 하단에 정리되어 있다.
JRE(Java Runtime Environment)가 JVM(Java Virtual Machine)의 구현으로 JVM에 의해 자바 바이트코드가 실행된다. JRE 안에 JVM이 존재한다.
in Database on MySQL/MariaDB
MySQL/MariaDB 사용시에 MySQL 설정 파일 my.cnf 관한 포스팅이다.
in Database on MySQL/MariaDB
MySQL/MariaDB 사용시에 MySQL Socket, mysql.sock 개념과 위치 확인 관련 포스팅
Mac OS 에서 사용자 환경변수 설정
Mac에서 사용자 환경변수 설정 파일인 .bash_profile
확인
…
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 (…