简体   繁体   中英

Can I backup multiple mysql databases (All InnoDB) without using mysqldump and just using file/folder backup

Is there any way where I can take a backup of some files/folders to take the backup of all my Mysql databases. I am using Acronis Cloud Backup tool and I dont find any option where I can backup mysql database. It is either Drive/Folder or entire machine. Need an approach without using mysqldump. Instead I am looking at directory/files backup

Also it is NOT a linux machine so cron & shell script cannot be used. It is windows 2016 server.

What is the best approach to backup multiple mysql databases which in emergency can be restored reasonably fast and accurately.

Thanks

Kalpak

You can backup the complete folder

C:\ProgramData\MySQL\MySQL Server 8.0

And after reinstalling you copy all folder/files back.

I had to do it last week, so i am sure that it works, but you need all files .

And this is not incremnetal.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM