tar -xjf $HOME/Downloads/employees_db-full-1.0.4.tar.bz2 //在自己对应的下载路径解压缩,进入目录 cd employees_db/ //导入数据库root为用户名 mysql -t -u root -p < employees.sql