Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- techEmpower
- unity
- 개발
- java
- 개발자
- kakao
- server
- Portfolio
- MySQL
- C
- caddy
- 안드로이드
- C lanuage
- 자바
- 컴퓨터과학총론
- 구글
- it
- ubuntu
- NGINX
- android
- php
- centOS7
- 한글
- 번역
- 해석
- H2O
- 프래그먼트
- mariadb
- javascript
- error
Archives
- Today
- Total
개발모음집
express mysql serverStatus = 3, update query가 되지 않는 문제 본문
serverStatus가 3이라고 나와서 뭐가 문제인지 찾아보니까
https://github.com/mysqljs/mysql/issues/1089 트랜잭션을 release 해야한다고 한다.
트랜잭션 release하는 코드를 까먹었다.
await connection.commit();
if (connection) await connection.release();
'Server > node.js' 카테고리의 다른 글
https lets-encrypt renew (0) | 2020.05.20 |
---|---|
nodejs mysql2 error (0) | 2020.03.31 |
Compare data stored as password_hash in PHP with js (0) | 2020.03.23 |
nodejs-mysql sql table name parameter값넘기는 방법 (0) | 2020.03.17 |
express github webhook settings (0) | 2020.01.13 |