오토커밋 on, off

Database/MySQL 2018. 11. 28. 16:17
SET AUTOCOMMIT=0 <= autocommit OFF

SET AUTOCOMMIT=1 <= autocommit ON

SELECT @@AUTOCOMMIT <= 확인

'Database > MySQL' 카테고리의 다른 글

MySQL - UUID 활용 - PK 로 사용  (0) 2024.01.20
now와current_timestamp  (0) 2018.12.14
TABLE 정보 조회 및 난수 생성  (0) 2018.07.26
Explain 분석  (0) 2018.04.27
mySql/Aurora DB utf8 설정  (0) 2018.04.20
Posted by 張's blog
,