Closed adrienlamotte closed 8 years ago
Update. I found that :
mysql --host=127.0.0.1 --user=root --database=moynat --execute=SOURCE\ E:/Dropbox/Project/site/wp-content/dump.sql
Is not working, returns : ERROR 1049 (42000): Unknown database 'e:/dropbox/project/site/wp-content/dump.sql'
But :
mysql --host=127.0.0.1 --user=root --database=moynat < E:/Dropbox/Project/site/wp-content/dump.sql
Works fine...
Any idea on how I could make it work ?
Anybody ? :)
Hi, I also have the same issue. The dump is OK on the remote server (200 mb) but is not downloaded. The dump.sql file on my computer is empty. Any idea why?
Too bad Wordmove doesn't seems to be maintained anymore... ;-(
We have just published a disclaimer about Windows Support https://github.com/welaika/wordmove/wiki/Windows-(un)support-disclaimer GLHF
Try downgrade of Wordmove to version 1.2.0. This fixed it for me when using ftp.
@herbie4 : Indeed ! I just downgraded to version 1.2.0 and it works (on Windows) ! Thank you.
@herbie4 are you on Windows as well?
Just as resume:
@pioneerskies : Not windows, I am on osx.
As write on https://github.com/welaika/wordmove/issues/280 this problem is resolved. We'll release soon the 1.4.0 stable version.
Hi !
I'm a new user of wordmove. That project looks great ! I spent the afternoon trying to make it work, but i'm stuck with a strange behavior... Can't figured out the problem so i'm looking for help ! :)
Here is what I have in the console :
The thing is : the file "dump.mysql" is created on my staging server and looks complete. But locally, the file dump.sql is created but is always empty...
Do someone has any idea of the problem ?
Thanks !