1.

To use ‘mysqldbcopy’ which privileges are required on the source server?(a) CREATE(b) INSERT(c) UPDATE(d) SELECTI had been asked this question in an interview.My query is from Copying Databases to Another Server in chapter Database Maintenance, Backups and Replication of MySQL

Answer»

Right choice is (d) SELECT

The best 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