简介
安装
下载
1 | $ git clone https://github.com/datacharmer/test_db.git |
存储:编辑 employees.sql
1 | set storage_engine = InnoDB; |
导入
1 | $ mysql -t -u'xx' -p'xx' < employees.sql |
数据结构
下载
1 | $ git clone https://github.com/datacharmer/test_db.git |
存储:编辑 employees.sql
1 | set storage_engine = InnoDB; |
导入
1 | $ mysql -t -u'xx' -p'xx' < employees.sql |
数据结构