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

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.