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
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