사용자 도구

사이트 도구


database:mysql:example_db

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
다음 판 양쪽 다음 판
database:mysql:example_db [2015/11/20 00:36]
kwon37xi 만듦
database:mysql:example_db [2019/10/23 09:21]
kwon37xi
줄 1: 줄 1:
 ====== MySQL Example Databases ====== ====== MySQL Example Databases ======
-  * [[https://dev.mysql.com/doc/index-other.html|Other MySQL Documentation]] 예제 데이터베이스를 제공하는 중 +  * [[https://dev.mysql.com/doc/index-other.html|Other MySQL Documentation]] : 여러 종류의 예제 데이터베이스를 제공하는 중 
-  * [[https://dev.mysql.com/doc/sakila/en/|Sakila]] +  * [[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]] 
-  +  * [[https://dev.mysql.com/doc/employee/en/|MySQL :: Employees Sample Database]] 
 +  * [[https://github.com/datacharmer/test_db/tree/master/sakila|datacharmer/test_db]] MySQL 5.6, 5.7 조건적지원 
 +  * [[http://filldb.info/|Dummy data for MYSQL database]]
  
 +===== Sakila =====
 +
 +[[https://dev.mysql.com/doc/sakila/en/|Sakila]] : 대표적인 MySQL 예제 데이터베이스로 다양한 Table, View Stored Procedure, Trigger 등을 포함하고 있다.
 +<code sh>
 +mysql -u root -p
 +
 +mysql> SOURCE /path/to/sakila-schema.sql;
 +mysql> SOURCE /path/to/sakila-data.sql;
 +mysql> USE sakila;
 +mysql> SHOW TABLES;
 +</code>
 +  * [[https://github.com/jOOQ/jOOQ/tree/master/jOOQ-examples/Sakila|Sakila from jOOQ]] 여러 DB용 데이터 지원
database/mysql/example_db.txt · 마지막으로 수정됨: 2021/09/11 15:12 저자 kwon37xi