mysqldump: Got errno 32 on write

后端 未结 11 604
心在旅途
心在旅途 2021-01-01 09:03

I used this script for years on my VPS. And it\'s still working.

DBLIST=`mysql -uroot -pROOT_PASSWORD -ANe\"SELECT GROUP_CONCAT(schema_name) FROM information         


        
11条回答
  •  旧巷少年郎
    2021-01-01 09:31

    Check if the folder exist in your location, /home/backup/db/

    if no, create every subfolder.

    Command: mkdir /home/backup/db/

    then run your command again.

提交回复
热议问题