4

Sometime ago, when I installed Oracle on Ubuntu, there was a sample database. Database contained Employees, Departments, ...

Now I wonder is there something similar for MySQL?

2
  • Well I don't really know how it is called, but when I tried to load example database (employee data) from MySQL the "load_employees.dump" file crashes, since it is to large to handle. Commented Aug 9, 2010 at 5:24
  • possible duplicate of any sample MySQL databases I can download? Commented Sep 4, 2014 at 6:35

2 Answers 2

2

Not installed automatically with MySQL, no.

See this link for samples you can download: https://stackoverflow.com/questions/8609/any-sample-mysql-databases-i-can-download

Sign up to request clarification or add additional context in comments.

Comments

1

You can download MySQL sample databases here.

3 Comments

As I mantioned earlier in my comment, there is realy realy large file in employees database "load_employees.dump". About 16Mb.
@Eugene, you should use the employee.sql file.
After downloading the Employee database from launchpad.net/test-db, follow the instructions from dev.mysql.com/doc/employee/en/employee.html.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.