Canyon

环境:

Centos7 Minimal

MySQL8.0

 

官网地址:

https://dev.mysql.com/doc/index-other.html

 

相关软件下载

yum install -y wget unzip

以Employees库为例,下载

wget https://codeload.github.com/datacharmer/test_db/zip/master -O master.zip

解压

unzip master.zip 

导入Employees数据库

mysql -uroot -p < /root/test_db-master/employees.sql

验证数据完整性

time mysql -uroot -p -t < /root/test_db-master/test_employees_sha.sql
time mysql -uroot -p -t < /root/test_db-master/test_employees_md5.sql

 

分类:

技术点:

相关文章: