Online Access Free 1Z1-888 Practice Test
| Exam Code: | 1Z1-888 |
| Exam Name: | MySQL 5.7 Database Administrator |
| Certification Provider: | Oracle |
| Free Question Number: | 155 |
| Posted: | Jul 22, 2026 |
Which two statements are true regarding the creating of new MySQL physical and logical backups?
Host slave1 has ip address 192.0.2.10.
Host slave2 has ip address 203.0.113.50
Examine these commands:
Why did this error occur?
There are multiple instances of MySQL Server running on a single OS that is backed up using the mysqlbackup command.
The /etc/my/cnf contains default values, for example, datadir=/var/lib/mysql/, with extra instances having their own separate my.cnf file (for example /etc/mysql/instanceN.cnf) overriding the defaults. A restore of the second instance is attempted from the mysqlbackup archive using this command:
mysqlbackup --backup-dir=/opt/backup/mysql/instance2 copy-back
Upon starting the second MySQL instance, you notice that the data does not match the expected backup.
Which command-line option is required to successfully update the second instance?