当前位置:网站首页>How does DataGrid export and recover the entire database data, using a single SQL file
How does DataGrid export and recover the entire database data, using a single SQL file
2022-07-29 03:18:00 【October oooo】
DataGrip How to export and restore the entire database data , Using a single SQL file
Always used before Navicat To process database data , The whole export and import , After getting used to it , Reuse DataGrip There is always no place for corresponding operation . For example, the entire import and export of the database , It took me a long time to find .
One 、 export mysqldump
1. Find the database to export
Right click , choice export with 'mysqldump'
2. Find the installed database directory in the system , And select mysqldump.exe
file
In the pop-up window , Path to mysqldump
You need to locate and select the
3. Export succeeded
You can see that the exported file in the screenshot above is named {data_source}-{timestamp}-dump.sql
The example of file name after successful export is :diary_kylebing_cn-2022_07_28_11_09_15-dump.sql
Click on Run after
Export succeeded
4. The contents of the final exported file are as follows
Two 、 from SQL File recovery
Official statement
1. choice Restore from ‘mysql’
Right click the database you want to restore data to , Then select... From the menu Restore from 'mysql'
2. Select corresponding mysql file
Navigate to the... You want to use in the pop-up window mysql.exe file , Use this file to recover the contents of the database
Choose what you want to restore sql file , Sure you can.
And then it succeeded
边栏推荐
- Unity game special effects
- C traps and defects Chapter 2 syntax "traps" 2.6 problems caused by "hanging" else
- Incremental real-time disaster recovery notes
- Flask creation process day05-06 creation project
- 反脆弱·从不确定性中获益---管理?
- A simple and general method to obtain the size of function stack space
- 3D advanced renderer: artlandis studio 2021.2 Chinese version
- C traps and defects Chapter 3 semantic "traps" 3.2 pointers to non arrays
- 带你来浅聊一下,单商户功能模块汇总
- Redis configuration cache expiration listening event trigger
猜你喜欢
"PHP Basics" output approximate value of PI
力扣刷题之分数加减运算(每日一题7/27)
12_ UE4 advanced_ Change a more beautiful character model
照片比例校正工具:DxO ViewPoint 3 直装版
Singleton mode (hungry and lazy)
Unity game special effects
During the year, the first "three consecutive falls" of No. 95 gasoline returned to the "8 Yuan era"“
复现20字符短域名绕过以及xss相关知识点
Ten thousand words detailed Google play online application standard package format AAB
Unity 之游戏特效
随机推荐
How dare you write a resume that is proficient in concurrent programming? Why do you use a two-way linked list in AQS?
Division and description of military technical documents
Hangao database best practice configuration tool Hg_ BP log collection content
[open the door to the new world] see how the old bird of testing plays API testing between applause
C和指针 第3章 语义“陷阱” 3.5 空指针并非字符串
Watermelon book learning Chapter 6 -- SVM
Linux下安装MySQL8.0的详细步骤
12_ UE4 advanced_ Change a more beautiful character model
Data truncation and estimation
生产部署zabbix5.0笔记
My approval function of conference OA project
How to deploy sentinel cluster of redis
13_ue4进阶_蒙太奇动画实现一边走一边攻击
MYSQL入门与进阶(十三)
Verilog's time system tasks - $time, $stime, $realtime
Score addition and subtraction of force deduction and brushing questions (one question per day 7/27)
July 28, 2022 Gu Yujia's study notes
【FreeSwitch开发实践】UniMRCP编译与安装
军品技术文件划分及说明
C陷阱与缺陷 第2章 语法“陷阱” 2.6 “悬挂”else引发的问题