We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806f362 commit 25aa2acCopy full SHA for 25aa2ac
0-Spider/beidaNewsSpider/README.md
@@ -5,5 +5,7 @@ url:http://pkunews.pku.edu.cn/xxfz/node_185.htm
5
news.sql 为数据备份(Mysql)
6
7
数据库文件备份与恢复
8
+
9
备份:/usr/bin/mysqldump -uroot -proot beidaspider --default-character-set=utf8 --opt -Q -R >./news.sql
10
11
恢复:/usr/bin/mysql -uroot -proot beidaspider <./news.sql
0 commit comments