Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 198 Bytes

sakila.md

File metadata and controls

12 lines (9 loc) · 198 Bytes

Installation of sakila-db

cd /usr/src
wget https://downloads.mysql.com/docs/sakila-db.tar.gz
tar xvf sakila-db.tar.gz

cd sakila-db 
mysql < sakila-schema.sql 
mysql < sakila-data.sql