[Mysql] 쿼리결과 파일로 저장
작성일 20-08-21 16:33
페이지 정보
작성자 최고관리자 조회 5,968회 댓글 0건본문
[Mysql] 쿼리결과 파일로 저장
mysql -utest -p -S /tmp/mysql.sock TEST_DB -e "select * from test_table" -t > result.txt
mysql -utest -p -S /tmp/mysql.sock TEST_DB -e "select * from test_table" -t > result.txt
추천127
관련링크
- https://wizardee.tistory.com/149 2765회 연결
댓글목록
등록된 댓글이 없습니다.