[Mysql] 쿼리결과 파일로 저장
페이지 정보
작성자 최고관리자 댓글 0건 조회 5,918회 작성일 20-08-21 16:33본문
[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 2746회 연결
댓글목록
등록된 댓글이 없습니다.