tuanle
July 21, 2016, 1:30am
1
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
tuanle
July 21, 2016, 5:11am
2
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
Newbe
August 2, 2016, 3:45pm
4
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.