-
Which privileges are required on the source server to use mysqldbcopy?
-
- INSERT
- SELECT
- UPDATE
- CREATE
- 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.