当前位置:网站首页>Automatic database backup (using Navicat)
Automatic database backup (using Navicat)
2022-06-13 05:17:00 【Ape code_ xiao】
Several recent projects have been attacked by hacker organizations one after another , Although the project has just been launched , There is no particularly important data , But it still caused a lot of trouble . While checking for project vulnerabilities , Thought of the possibility of regularly backing up the database , It's like windows Same as batch processing in , Perform a task regularly .
1. open navicat client , Even on mysql after , Double click the database you want to back up on the left . Click on “ Automatic operation ”, Click again “ New batch job ”.
2. Click on the “ Backup ”, Then select the database to be backed up , Then double-click on the... On the right “ Available work ”
3. After double clicking , The backup plan will appear on it , And then click “ preservation ”
4. Enter the name of this program , That is, name the backup operation .
5. And then click “ Set up a task plan ”
6. Check the general “ Run whether or not the user is logged in ”
7. Click... In the trigger “ newly build ”
8. Then select the rule to automatically back up the database , What I set here is to back up the database every Sunday , After selection , Click on “ confirm ”
9. In the last save , You need to enter the computer account and password , Then you can successfully save .
边栏推荐
猜你喜欢

float类型取值范围

Gradient descent, learning rate

UNO

Search DFS and BFS

Simple SR: best buddy Gans for highly detailed image super resolution

Listiterator list iterator

RTSP streaming using easydarwin+ffmpeg

Chapter 15 mechanism: Address Translation

Metaltc4.0 stable release

What is the saturate operation in opencv
随机推荐
C language learning log 1.22
C language learning log 11.7
C language learning log 2.6
MySQL built-in functions
MySQL table data modification
Stepping on a horse (one stroke)
About anonymous inner classes
Redis plus instructions
【线程/多线程】线程的执行顺序
Clause 47: please use traits classes to represent type information
详解OpenCV的函数cv::add(),并附各种情况的示例代码和运行结果
Clause 27: alternatives to overloading with familiar universal reference types
Dynamic and static libraries
ZABBIX proxy, sender (without agent monitoring), performance optimization
Chapter 14 introduction: memory operation API
C language learning log 10.5
Detailed explanation of R language sparse matrix
Mysql database crud operation
Opencv image storage and reading
priority inversion problem