MySQL Forums
Forum List  »  General

mysqldbcopy and ssl
Posted by: Stefaan Van Dooren
Date: April 27, 2018 05:06AM

I'm trying to copy a database from a no-ssl enabled server to an ssl-enabled server.

The command used :

mysqldbcopy.exe --ssl=1 --source=DB-OLD --destination=DB-NEW db:db

Response :

# Source on 192.168.x.x: ...
ERROR: Python installation has no SSL support


Second try :

mysqldbcopy.exe --source=DB-OLD --destination=DB-NEW db:db

Response :

# Source on 192.168.x.x: ... connected.
# Destination on 192.168.x.y: ...
ERROR: SSL connection is required. Please specify SSL options and retry.


How do I proceed ?

Regards,

Stefaan

Options: ReplyQuote


Subject
Written By
Posted
mysqldbcopy and ssl
April 27, 2018 05:06AM


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.