Choose the best answer.
Binary log events for the ‘mydb1‘ schema must be copied to a different schema name ‘mydb2‘. Which command will do this?
Amysqlbinlog --read- from-remote-server --raw | sed ‘s/mydb1/mydb2/g‘ | mysql
Bmysqlbinlog --rewrite-db= ‘mydb1->mydb2‘ | mysql
Cmysqlbinlog --datebase=mydb1 --database=mnydb2 | mysql
Dmysqlbinlog --rewrite-db=‘mydb1‘ --rewrite-db=‘mydb2‘ | mysql B
相关试题
-
Choose the best answer.Binary log events for the ‘mydb1‘ schema must be copied to a different schema
-
Choose the best answer.You want to log only the changes made to the database objects and data on the
-
Choose the best answer.You must configure the MySQL command-line client to provide the highest level