未验证 提交 00b75361 编写于 作者: B bingling 提交者: GitHub

Update README.md

上级 1307d0ec
# mysqldump 导出文件
使用时直接使用`mysqldump`导入即可。
首先创建好两个库:
```mysql
create database test0;
create database test1;
```
接着导入:
```bash
mysqldump -u root -p < master.db
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册