Error backup MySQLdump

Please help me to solve this error backup Dolibarr 3.5 in MySQLdump, as bellows:

Backup command: “C:\ dolibarr_qntdata -h localhost -u root -P 3306 -l --single-transaction -K --add-drop-table=TRUE --tables -c -e --hex-blob --default-character-set=utf8 -p”*******"

Backup result: “Error : ‘C:’ is not recognized as an internal or external command,”

Thanks

Please help me to solve this error backup Dolibarr 3.5 in MySQLdump, as bellows:

Backup command: “C:\ dolibarr_qntdata -h localhost -u root -P 3306 -l --single-transaction -K --add-drop-table=TRUE --tables -c -e --hex-blob --default-character-set=utf8 -p”*******"

Backup result: “Error : ‘C:’ is not recognized as an internal or external command,”

Thanks

Try add this line

C:/Program Files/MySQL/MySQL Server 5.5/bin/mysqldump

to Full Path to mysqldump command

1 Like

Always use the full path to the command. If you are excecuting the command from a computer other than the server itself, you have to change the local c:/-Drive to the actual network address of the server.