welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 167 forks source link

Error in "wordmove doctor" when try connect to local data base by using a specific port #453

Closed Camiloruiiz closed 6 years ago

Camiloruiiz commented 6 years ago

✓ success | mysql command is in $PATH ✓ success | mysqldump command is in $PATH ✗ error | We can't connect to the database using credentials specified in the Movefile. Double check them or try to debug your system configuration.

The command used to test was:

mysql -u root -proot -h 192.168.93.100 -e'QUIT'

´´´´´´´´´´´´´´ When I try with mysql -u root -proot -h 192.168.93.100 -P 4006 -e'QUIT' its working fine.

alessandro-fazzi commented 6 years ago

@Camiloruiiz this should be fixed in the new release. Please upgrade and let me know if it works for you.

Camiloruiiz commented 6 years ago

@pioneerskies All its working fine now, thanks!