MySQL 学习用employee数据库表参考使用

  • download place:https://launchpad.net/test-db/ ,choose this file from the right panel:employees_db-full-1.0.6.tar.bz2  this is the full version.
  • unzip this file and cd to this file ,then use mysql command to log in mysql database,then run the command: mysql –u root –p –t<employees.sql
  • done.
原文地址:https://www.cnblogs.com/alterhu/p/5117020.html