* 커서(
https://dev.mysql.com/doc/refman/8.0/en/cursors.html
//==========
* 디버깅
Download MySQL for Visual Studio
https://dev.mysql.com/downloads/windows/visualstudio/
mysql-for-visualstudio-1.2.8.msi 다운로드 , 설치
VS(Visual Studio) 실행
-> View -> Server Explorer
-> Data Connections -> 우클릭 -> Add Connections
-> MySQL Database 선택 -> Countinue 버튼
server name : localhost , user name:root , Password:Secret , Database Name:선택
프로시저 디버깅
연결된 서버 -> Stored Procedures -> 프로시저 이름에서 우클릭 -> Debug MySQL Routine
//=======
* 다른 디버깅툴
- 그다지 쓸만하지 않음
dbForge
debugging for MySQL
debug_msg
https://stackoverflow.com/questions/273437/how-do-you-debug-mysql-stored-procedures
반응형
'Code > Database (DB)' 카테고리의 다른 글
[DB] MySQL 서버 InnoDB 관련 설정값 변경 (0) | 2019.02.11 |
---|---|
[DB] PpostgreSQL 사용기 (0) | 2019.02.11 |
[SQL] 서브쿼리(SubQuery) (0) | 2019.02.07 |
SQL 정리 (JOIN, 연산자) (0) | 2018.11.08 |
[윈도우] MySQL root 비밀번호 리셋 (1) | 2018.10.03 |