Home » MYSQL » MySQL Database Operations » Question
  1. Which privileges are required on the source server to use mysqldbcopy?
    1. INSERT
    2. SELECT
    3. UPDATE
    4. CREATE
    5. None of these
Correct Option: B

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.



Your comments will be displayed only after manual approval.