오경석의 개발노트

MariaDB_Employees 샘플 데이터 다운받기 본문

프로그래밍 언어/MariaDB

MariaDB_Employees 샘플 데이터 다운받기

OHSAYU 2022. 10. 11. 12:54

1. 샘플 데이터 다운로드

'Code' 버튼 클릭 후 'Download ZIP'버튼 클릭

 

2. 원하는 경로에 설치파일을 옮기고 압축을 푼 뒤 Command Prompt 접속 후 해당 경로로 아동 뒤 다음과 같은 명령어로 데이터베이스 설치 및 확인

mysql -u root -p < employees.sql
mysql -u root -p
show databases;

Command Prompt 접속
명령어 입력 후 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

Comments