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