MySQL database backup
This article explains how to use backup scripts to create a MySQL database dump and include it in a backup plan.
In Xopero ONE, you can back up a variety of databases, including Oracle, Microsoft SQL, PostgreSQL, and MySQL.
General information
Backup configuration
1

2

3

4
5
6

7

8


9

10

11
database output_dir mysqldump_dir portdatabase output_dir port--all C:\MySQLBackup\ "C:\Program Files\MySQL\MySQL Server 8.0\bin"database1 database2 C:\MySQLBackup\ "C:\Program Files\MySQL\MySQL Server 8.0\bin"12

13
14
15
Useful links and items
Last updated
Was this helpful?

