====== MySQL Example Databases ====== * [[database:example_db|Example Database]] * [[https://dev.mysql.com/doc/index-other.html|Other MySQL Documentation]] : 여러 종류의 예제 데이터베이스를 제공하는 중 * [[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 등을 포함하고 있다. mysql -u root -p mysql> SOURCE /path/to/sakila-schema.sql; mysql> SOURCE /path/to/sakila-data.sql; mysql> USE sakila; mysql> SHOW TABLES; * [[https://github.com/jOOQ/sakila|Sakila from jOOQ]] 여러 DB용 데이터 지원