views:

49

answers:

2

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  A: 

Not installed automatically with MySQL, no.

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

OMG Ponies
+1  A: 

You can download MySQL sample databases here.

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