1.

Which program copies the databases from one server to another?(a) mysqldbcopy(b) mysqlcopydb(c) mysqlflushdb(d) mysqldbflushThe question was posed to me during an interview.I'm obligated to ask this question of Copying Databases to Another Server in chapter Database Maintenance, Backups and Replication of MySQL

Answer»

Correct answer is (a) mysqldbcopy

Best explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions