grey-wolf

1、下载数据库

下载地址:
[test数据库]
(https://github.com/datacharmer/test_db)

不出意外的话,下载下来是个unzip文件。

2、上传到数据库服务器

rz
[root@mini2 upload]# unzip test_db-master.zip
[root@mini2 upload]# cd test_db-master
ll

mysql -uroot -p -t < employees.sql

over。

分类:

技术点:

相关文章:

  • 2021-10-31
  • 2022-01-01
  • 2021-04-20
  • 2021-07-23
  • 2021-11-18
  • 2022-02-24
  • 2021-12-13
猜你喜欢
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-10-28
  • 2021-09-27
相关资源
相似解决方案