Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- pointer
- C++
- baekjoon
- 포인터
- const
- 오블완
- raw data
- 문자열
- assignment operator
- 알고리즘
- Data Science
- pass by reference
- programming
- Deep Learning
- predictive analysis
- 백준
- 배열
- 파이썬
- 반복문
- Python
- function
- array
- string
- Object Oriented Programming
- Class
- vscode
- OOP
- 함수
- 티스토리챌린지
- Pre-processing
Archives
- Today
- Total
목록2025/03/26 (1)
Channi Studies

Today, I learned about AUTOCOMMIT, COMMIT, and ROLLBACK keywords in MySQL. AUTOCOMMIT is a mode; by default, AUTOCOMMIT is set to ON. When AUTOCOMMIT is on (by default), every change you make is immediately nad permanently saved. It means that you can't roll back if you made an error because each statement is automatically committed.We can turn it off by using following statement:SET AUTOCOMMIT..
SQL
2025. 3. 26. 18:17