Create backups of MySQL databases and servers
P粉506963842
P粉506963842 2024-03-20 11:11:09
0
1
282

I understand MySQL database backup, but how to back up the entire MySql configuration and database?

I'm building several sets of services/tools and I need to provide instructions so that less technical people can restore them in my absence. One of the things I need to back up is self-hosted MySql.

Can I compress only the MySql folder and the ProgramData MySql folder? Will this be a complete recovery solution? Just unzip and run the service?

P粉506963842
P粉506963842

reply all(1)
P粉212114661

In fact, the easiest way is to use crontab shell. Of course, there are also many paid software that can achieve this. If you want to back up, it is recommended that you back up your data files and configuration files so they can be restored. This is also the safest. The backup of mysql installation files is of little significance because it can be downloaded from the official website at any time.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!