한개 호스팅 서버 컴퓨터로 2개 서버 여는방법
컨텐츠 정보
- 482 조회
- 5 댓글
- 0 추천
- 0 비추천
- 목록
본문
안녕하세요
한개 호스팅 컴퓨터로 2개 서버 여는방법 아시는분 있나요
포트는 2개 있는데
사용자를 나눠도 나비텟이랑 이런게 공유가 되더라구여
이걸 나누는 방법 있을까여
-
등록일 2025.07.21
-
등록일 2025.05.24
-
등록일 2024.10.17
-
등록일 2024.09.27
관련자료
댓글 5

데스루니님의 댓글의 댓글
#Login와 Password는 변경해야 하지만, 모르면 바꾸지 않는다
# Database info
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/chobo?useUnicode=true&characterEncoding=euckr
Login=root
Password=
여기서
URL=jdbc:mysql://localhost/chobo?useUnicode=true&characterEncoding=euckr
이걸 바꾸면된다는건가여 ?
# Database info
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/chobo?useUnicode=true&characterEncoding=euckr
Login=root
Password=
여기서
URL=jdbc:mysql://localhost/chobo?useUnicode=true&characterEncoding=euckr
이걸 바꾸면된다는건가여 ?