当前位置:网站首页>【MySQL 14】使用DBeaver工具远程备份及恢复MySQL数据库(Linux 环境)
【MySQL 14】使用DBeaver工具远程备份及恢复MySQL数据库(Linux 环境)
2022-07-03 07:26:00 【Rusty well began】
1、下载MySQL备份组件
dbeaver提供了多种数据源的支持,除了关系型数据库外,还支持大量的NoSQL、NewSQL等分布式数据库系统及大数据库组件的支持。
<1> 下载MySQL组件的原因:
因为我们的MySQL是安装在Docker中,本地只有DBeaver,而Dbeaver只是一个壳而已,故DBeaver导入导出数据需要MySQL Client的支持,若本地装有MySQL,只需要找到MySQL安装包bin下面的几个.exe执行文件。
<2> 如果不下载MySQL组件就会出现以下错误:
<3> MySQL官网下载:
https://downloads.mysql.com/archives/community/

需要的是安装包bin目录下的mysqldump.exe,mysqlimport.exe

2、配置DBeaver工具
- 打开编辑链接界面

- 选择注意界面->本地客户端->浏览

- 添加数据库地址,将下好的MySQL 8.0 包路径添加进来

- 之后在本地客户端中选择刚刚添加的路径

- 点击确定,重新连接

3、开始备份MySQL数据库
- 选中需要备份的数据库,选择工具->转储数据库

- 选择对应的数据库和相应要导出的表结构

- 选择备份文件路径,点击开始按钮开始备份数据库

- 等待备份完成

4、恢复MySQL数据库
- 新建MySQl数据库

- 选择工具->恢复数据库

- 选择保存的MySQL数据库备份路径,点击开始导入数据库


- 完成MySQL数据库恢复


边栏推荐
- C code production YUV420 planar format file
- 专题 | 同步 异步
- 技术干货|昇思MindSpore Lite1.5 特性发布,带来全新端侧AI体验
- IndexSort
- Vertx's responsive MySQL template
- Lucene skip table
- URL programming
- 【CoppeliaSim4.3】C#调用 remoteApi控制场景中UR5
- 2. E-commerce tool cefsharp autojs MySQL Alibaba cloud react C RPA automated script, open source log
- Implementation of breadth first in aggregation in ES
猜你喜欢

VMWare网络模式-桥接,Host-Only,NAT网络

Lucene introduces NFA

你开发数据API最快多长时间?我1分钟就足够了

The embodiment of generics in inheritance and wildcards

Docker builds MySQL: the specified path of version 5.7 cannot be mounted.

c语言指针的概念

Reconnaissance et détection d'images - Notes

Analysis of the problems of the 10th Blue Bridge Cup single chip microcomputer provincial competition

Custom generic structure

C code production YUV420 planar format file
随机推荐
Custom generic structure
Epoll related references
Jeecg menu path display problem
Hnsw introduction and some reference articles in lucene9
What did the DFS phase do
Vertx multi vertical shared data
docker建立mysql:5.7版本指定路径挂载不上。
【开发笔记】基于机智云4G转接板GC211的设备上云APP控制
Use of other streams
技术干货 | AlphaFold/ RoseTTAFold开源复现(2)—AlphaFold流程分析和训练构建
论文学习——鄱阳湖星子站水位时间序列相似度研究
Jeecg data button permission settings
Rabbit MQ message sending of vertx
Lombok -- simplify code
[set theory] order relation (partial order relation | partial order set | example of partial order set)
The difference between typescript let and VaR
技术干货|昇思MindSpore Lite1.5 特性发布,带来全新端侧AI体验
SQL create temporary table
Mail sending of vertx
Hello world of vertx