java - 我用下面的命令在cmd中备份数据报“找不到网络路径“”的错误怎么解决
天蓬老师
天蓬老师 2017-04-18 09:41:44
0
1
390

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

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
Ty80

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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template