当前位置:网站首页>[MySQL 14] use dbeaver tool to remotely backup and restore MySQL database (Linux Environment)
[MySQL 14] use dbeaver tool to remotely backup and restore MySQL database (Linux Environment)
2022-07-03 07:44:00 【Rusty well began】
1、 download MySQL Backup components
dbeaver Provides support for multiple data sources , In addition to relational databases , Also supports a large number of NoSQL、NewSQL Support for equally distributed database system and large database components .
<1> download MySQL The cause of the component :
Because of our MySQL Is installed in Docker in , There are only DBeaver, and Dbeaver Just a shell , so DBeaver Importing and exporting data requires MySQL Client Support for , If locally installed MySQL, Just find MySQL Installation package bin The following ones .exe Executable files .
<2> If you don't download MySQL The component will have the following error :
<3> MySQL Download from the official website :
https://downloads.mysql.com/archives/community/
What is needed is the installation package bin In the catalog mysqldump.exe,mysqlimport.exe
2、 To configure DBeaver Tools
- Open the edit link interface
- Select attention interface -> Local client -> Browse
- Add database address , I'll have a good MySQL 8.0 Package paths are added
- Then select the path just added in the local client
- Click ok , Reconnect the
3、 Start backup MySQL database
- Select the database to be backed up , Select tool -> Dump the database
- Select the corresponding database and the corresponding table structure to export
- Select the backup file path , Click the start button to start backing up the database
- Wait for the backup to complete
4、 recovery MySQL database
- newly build MySQl database
- Select tool -> Recover database
- Select saved MySQL Database backup path , Click start importing database
- complete MySQL Database recovery
边栏推荐
- 华为S5700交换机初始化和配置telnet,ssh用户方法
- Hnsw introduction and some reference articles in lucene9
- PAT甲级 1031 Hello World for U
- Collector in ES (percentile / base)
- [at] abc 258G - Triangle 三元组可达-暴力
- Implementation of breadth first in aggregation in ES
- Analysis of the problems of the 12th Blue Bridge Cup single chip microcomputer provincial competition
- PDO and SDO concepts
- tp3.2和tp5.0的区别
- Vertx metric Prometheus monitoring indicators
猜你喜欢
Analysis of the problems of the 7th Blue Bridge Cup single chip microcomputer provincial competition
Pat class a 1032 sharing
【MindSpore论文精讲】AAAI长尾问题中训练技巧的总结
Go language foundation ----- 16 ----- goroutine, GPM model
PAT甲级 1027 Colors in Mars
Go language foundation ----- 04 ----- closure, array slice, map, package
【LeetCode】3. Merge Two Sorted Lists·合并两个有序链表
Iterm2设置
Project experience sharing: Based on mindspore, the acoustic model is realized by using dfcnn and CTC loss function
Technical dry goods Shengsi mindspire lite1.5 feature release, bringing a new end-to-end AI experience
随机推荐
What did the DFS phase do
Leetcode 198: house raiding
【踩坑系列】mysql 修改root密码失败
GoLang之结构体
opensips与对方tls sip trunk对接注意事项
Go language foundation ----- 08 ----- interface
Collector in ES (percentile / base)
Go language foundation ----- 15 ----- reflection
Lucene hnsw merge optimization
Unity XR实现交互(抓取,移动旋转,传送,射击)-Pico
基于RNA的新型癌症疗法介绍
Segment read
[Development Notes] cloud app control on device based on smart cloud 4G adapter gc211
PAT甲级 1031 Hello World for U
PHP微信抢红包的算法
Go language foundation ----- 01 ----- go language features
Read config configuration file of vertx
C2 several methods of merging VCF files
技术干货|百行代码写BERT,昇思MindSpore能力大赏
【LeetCode】3. Merge two sorted lists · merge two ordered linked lists