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
- import
- vscode
- find
- netsh
- grep
- Source
- web.xml
- GIT
- profile
- JavaScript
- plugin
- bash
- Mac
- 단축키
- context
- Quartz
- tomcat
- 네트워크
- ssh
- Windows 10
- resource
- IntelliJ
- Windows
- maVen
- port
- xargs
- lsof
- 줄바꿈 문자
- VirtualBox
- Eclipse
Archives
- Today
- Total
develog
[MySql] Database, User, AutoCommit 정보 본문
현재 사용자 확인
SELECT USER();
현재 DB 확인
SELECT DATABASE();
AUTOCOMMIT 정보
SELECT @@AUTOCOMMIT;
- AUTOCOMMIT 활성화 상태
- AUTOCOMMIT 비활성화 상태
'DB > MySQL' 카테고리의 다른 글
[MySql] 날짜 검색 (0) | 2019.03.07 |
---|---|
[MySQL] console 명령어 (0) | 2019.01.15 |
[MySql] IP 주소 변환, INET_ATON, INET_NTOA (0) | 2017.10.16 |
[MySQL] insert all (0) | 2017.04.13 |
[MySQL] Bind Variables (0) | 2017.03.24 |
Comments