1.

Which privileges are required on the source server to use mysqldbcopy?(a) CREATE(b) INSERT(c) UPDATE(d) SELECTI have been asked this question in an internship interview.Asked question is from Database Copies in section Nulls and Conditions and Miscellaneous of MySQL

Answer»

Right answer is (d) SELECT

Easy explanation: To USE the utility PROGRAM ‘mysqldbcopy’, the user must have SELECT privileges for the database(s) on the source server and have CREATE, INSERT, UPDATE on the destination server.



Discussion

No Comment Found

Related InterviewSolutions