开发者

mysql dump throwing "-bash: 32: command not found" and creating a 20 bytes files

开发者 https://www.devze.com 2023-03-25 10:28 出处:网络
mysqldump -u(username) -p(password) --no-data --quick --skip-add-drop-table --replace (database_name) authors_main
mysqldump -u(username) -p(password) --no-data --quick
--skip-add-drop-table --replace (database_name) authors_main

getting commond not found error while trying to run above command on UNIX. (this used to work completely fine a month b开发者_开发技巧ack)

Thanks for all the help in anticipation


Maybe you should check whether your password has special characters like ! or # or @ etc and make sure they are not wrongly interpreted by shell

0

精彩评论

暂无评论...
验证码 换一张
取 消