Home » MYSQL » MySQL Database Operations » Question
  1. 1. Which program copies the databases from one server to another?
    1. mysqlflushdb
    2. mysqldbflush
    3. mysqlcopydb
    4. mysqldbcopy
    5. None of these
Correct Option: D

The utility program ‘mysqldbcopy’ is capable of copying databases from one server to another server. It can also prepare copies to make transfers on the same servers. This can be done simply by running the program.



Your comments will be displayed only after manual approval.