DB관련/MySQL
[MySQL] MySQL Workbench에서 Result Grid가 보이지 않을 때.
안산드레아스
2021. 12. 30. 15:32
반응형
쿼리문을 만들고 실행시켰으나, 아래와 같은 메세지만 나올뿐 result grid가 보이지 않는다.
다시 보이게 하는 방법은 아래와 같다.
1. 아래 아이콘 클릭
2. 그러면 아래와 같이 창이 뜨는데, 우측에서 Result Grid를 선택
(결과) 다시 실행하면 이전과 같이 잘 보인다.
(참고)
https://stackoverflow.com/questions/28038580/how-to-hide-view-result-grid-in-mysql-workbench
How to hide/view result grid in MySQL Workbench?
I'm using MySQL Workbench on Windows. I execute a query and I get the result. Is there any option or a hotkey to hide/view the result grid without executing the query again and again? Please help ...
stackoverflow.com
반응형