Workbench > Mysqldbcopy --Need CREATE permission on Destination remote server
Posted by: Alban F
Date: September 04, 2012 07:48PM

Hi Mysql Guru,

I have tried to copy one database from my local server to a remote server using Workbench > mysqldbcopy utility.
Command used :

mysqldbcopy databasetocopy:C--source=user1:pw1@localserver:3306 --destination=user2:pw2@remoteserver

I have an error message saying that the user user2 on the destination server does not have permissions to create all objects in copyofdatabasetocopy. User need CREATE privilege on copyofdatabasetocopy.

I checked that user2 have these permissions. It seems to have as I tested to log with it via phpAdmin and create a table in the copyofdatabasetocopy database... It worked fine !

Any idea Guru ?

Many thanks

Alban

Options: ReplyQuote


Subject
Written By
Posted
Workbench > Mysqldbcopy --Need CREATE permission on Destination remote server
September 04, 2012 07:48PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.