반응형
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 |
Tags
- web 사진
- inorder
- tensorflow
- KNeighborsClassifier
- 결합전문기관
- bccard
- 웹 용어
- postorder
- mglearn
- CES 2O21 참여
- vscode
- C언어
- 재귀함수
- 자료구조
- cudnn
- CES 2O21 참가
- html
- classification
- web 개발
- web 용어
- web
- discrete_scatter
- paragraph
- java역사
- 머신러닝
- pycharm
- 데이터전문기관
- Keras
- 대이터
- broscoding
Archives
- Today
- Total
bro's coding
MySQL.sampledata 불러오기 본문
반응형
1. sample data
https://github.com/datacharmer/test_db
datacharmer/test_db
A sample MySQL database with an integrated test suite, used to test your applications and database servers - datacharmer/test_db
github.com
다운로드 후 압축풀기
2. path 설정
- cmd 창을 끄기 전까진 어디서든 sql을 실행 할 수 있다.
mysql위치에서 bin폴더까지
3. 샘플 데이터 위치로 이동
cmd 명령
cd "샘플데이터의 위치 "
4. db에 data올리기
mysql -u root -p -t <employees.sql
5. 확인
스키마에 employees가 생성됨
SELECT * FROM departments로 확인
반응형
'[IT] > MySQL' 카테고리의 다른 글
MySQL.desc.테이블 정보 조회 (0) | 2020.08.10 |
---|---|
MySQL.show.테이블 조회 (0) | 2020.08.10 |
MySQL.use.데이터 베이스 사용하기 (0) | 2020.08.10 |
MySQL.데이터 베이스 조회하기 (0) | 2020.08.10 |
MySQL.Workbench download (0) | 2020.08.10 |
MySQL download (0) | 2020.08.10 |
workbench.import csv file (0) | 2020.05.18 |
연습 (0) | 2020.03.20 |
Comments