Private Function IsPortOpen(ByVal Host As String, ByVal PortNumber As Integer) As BooleanDim Client As TcpClient = NothingTryClient = New TcpClient(Host, PortNumber)Return TrueCatch ex As SocketExceptionReturn FalseFinallyIf Not Client Is Nothing ThenClient.Close()End IfEnd TryEnd Function ' 사용법Dim Port As Integer = 55061Dim Hostname As String = "222.122.85.123" Dim PortOpen As Boolean = IsPortO..
Max connection이 늘어나지 않아. 왜이러지 mysql> show variables like 'max_connect%';+--------------------+-------+| Variable_name | Value |+--------------------+-------+| max_connect_errors | 100 || max_connections | 214 |+--------------------+-------+ [mysqld].....max_connections=1000 나는 분명 1000으로 늘렸는데 .. Restart도 했거든..근데 왜 안늘어나지?고장인가?? 그럼 214 이하로 설정해보자 [mysqld].....max_connections=150 mysql> show variable..
- Total
- Today
- Yesterday
- IOS
- mysql
- GIT
- Swift
- 배열
- node.js
- nodejs
- 점유율
- 노드
- php
- Node
- Phaser
- Asterisk
- 안드로이드
- Kotlin
- git hub
- 깃헙
- 손석희
- 뉴스룸
- 리눅스
- 앵커브리핑
- Android
- xcode
- C언어
- 스위프트
- CentOS
- BBC 가쉽
- 서버
- linux
- C
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |