Home  >  Q&A  >  body text

java - 我用下面的命令在cmd中备份数据报“找不到网络路径“”的错误怎么解决

C:UsersAdministrator.DD-20150603YWTL>mysqldump -uroot -paa123 -h10.0.0.101 table1 user -t -c --set-gtid-purged=OFF --single-transaction | gzip>/
/backup//userBack//crm_2016-08-02_2016-08-03.sql.gz

天蓬老师天蓬老师2712 days ago341

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 09:43:44

    Does the windows command line have the concept of |pipeline? Is there a gzip command?

    Windows doesn’t consider compression. Of course there are methods. I’m not familiar with it. You must compress it and search for solutions on GOOGLE

    mysqldump -ubackup -p123456 -h 192.168.1.2 backup_test > D:\bak\bakcup.sql

    reply
    0
  • Cancelreply