Skip to content

Commit

Permalink
mysql 数据库备份和恢复
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoxyz1 committed Oct 8, 2022
1 parent d815d85 commit ccdc83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion note/MySQL/MYSQL数据库备份和恢复.md
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ balance: 0
**举例3:**将atguigu数据库account表中的记录导出到xml文件,使用--xml参数,具体语句如下。

```mysql
mysql -uroot -p --xml --execute="SELECT * FROM account;" atguigu>"/var/lib/mysqlfiles/account_3.xml"
mysql -uroot -p --xml --execute="SELECT * FROM account;" atguigu>"/var/lib/mysql/files/account_3.xml"
```

```mysql
Expand Down

0 comments on commit ccdc83d

Please sign in to comment.