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
- Python 라이브러리
- Oracle
- VirtualBox
- 알고리즘
- 파이썬 알고리즘
- sql
- 파이썬
- Algorithm
- csharp
- dbeaver
- 오라클
- RFP
- 파이썬 전처리
- HTML
- putty
- Oracle VM VirtualBox
- python algorithm
- 리눅스
- 리눅스 명령어
- tibero
- it 용어
- 코딩테스트
- 파이썬 데이터프레임
- C#
- linux
- Python DataFrame
- PYTHON
- 데이터베이스
- it용어
- MariaDB
Archives
- Today
- Total
오경석의 개발노트
MariaDB_Employees 샘플 데이터 다운받기 본문
1. 샘플 데이터 다운로드
2. 원하는 경로에 설치파일을 옮기고 압축을 푼 뒤 Command Prompt 접속 후 해당 경로로 아동 뒤 다음과 같은 명령어로 데이터베이스 설치 및 확인
mysql -u root -p < employees.sql
mysql -u root -p
show databases;
Database 목록을 보면 employees 데이터베이스가 import 되었다.
수고하셨습니다!
참고자료 : https://dev.mysql.com/doc/employee/en/
MySQL :: Employees Sample Database
Employees Sample Database For legal information, see the Legal Notices. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. Document generated on: 2022-09-27 (revision: 74213)
dev.mysql.com
'프로그래밍 언어 > MariaDB' 카테고리의 다른 글
MariaDB_개념 및 특징(vs MySQL) (0) | 2022.08.09 |
---|---|
MariaDB_데이터베이스 생성, 선택, 삭제 (0) | 2022.06.11 |
MariaDB_윈도우 설치 (2) | 2022.06.11 |
Comments