当前位置:网站首页>MySQL数据库备份与恢复--mysqldump命令
MySQL数据库备份与恢复--mysqldump命令
2022-07-04 22:44:00 【左明水】
1.数据库的备份与恢复
1)备份指定数据库
mysqldump -u root -p test > ./test.dump
2)备份所有库
mysqldump -u root -p --all-databases > ./all.dump
3)恢复所有库
mysql -u root -p < ./all.dump
4)恢复指定数据库
mysql -u root -p test <./test.dump
注意:要恢复指定指定数据库,实际上是恢复该数据库下所有的表。因此,该数据库必须存在
边栏推荐
- Erik baleog and Olaf, advanced area of misc in the attack and defense world
- A complete tutorial for getting started with redis: redis shell
- Redis入门完整教程:列表讲解
- Google Earth engine (GEE) - tasks upgrade enables run all to download all images in task types with one click
- Duplicate ADMAS part name
- [odx Studio Edit pdx] - 0.2 - Comment comparer deux fichiers pdx / odx
- 剑指 Offer 65. 不用加减乘除做加法
- Notepad++--编辑的技巧
- Redis getting started complete tutorial: Geo
- Redis入门完整教程:Pipeline
猜你喜欢
[Jianzhi offer] 6-10 questions
Attack and Defense World MISC Advanced Area Erik baleog and Olaf
Analysis of the self increasing and self decreasing of C language function parameters
Excel 快捷键-随时补充
攻防世界 MISC 進階區 Erik-Baleog-and-Olaf
【室友用一局王者荣耀的时间学会了用BI报表数据处理】
Redis入门完整教程:哈希说明
Redis入门完整教程:有序集合详解
【剑指Offer】6-10题
Redis introduction complete tutorial: Collection details
随机推荐
Summary of wechat applet display style knowledge points
[Jianzhi offer] 6-10 questions
Redis入门完整教程:列表讲解
浅聊一下中间件
【ODX Studio編輯PDX】-0.2-如何對比Compare兩個PDX/ODX文件
SPH中的粒子初始排列问题(两张图解决)
该如何去选择证券公司,手机上开户安不安全
Unity vscode emmylua configuration error resolution
头文件重复定义问题解决“C1014错误“
图片懒加载的原理
Pagoda 7.9.2 pagoda control panel bypasses mobile phone binding authentication bypasses official authentication
[Lua] Int64 support
Redis入門完整教程:Pipeline
攻防世界 misc 高手进阶区 a_good_idea
Redis getting started complete tutorial: hash description
Duplicate ADMAS part name
智力考验看成语猜古诗句微信小程序源码
Redis入门完整教程:发布订阅
Redis入门完整教程:集合详解
常用技术指标之一文读懂BOLL布林线指标