We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faf51b7 + 8083503 commit e63e61cCopy full SHA for e63e61c
1 file changed
wordpress/README.md
@@ -39,8 +39,22 @@
39
40
41
## 迁移
42
-1. 修改host和端口
+1. 导出数据库
43
+```
44
+sh backup.sh
45
46
+2. 打包wordpress.sh 脚本
47
48
+tar zcvf wordpress_bak.tar.gz **/*
49
50
+3. 导入数据库
51
52
+sh import.sh xxx
53
54
+4. 修改host和端口
55
```
56
update wp_options set option_value='http://101.133.129.216:8080' where option_name ='siteurl' or option_name='home'
57
-2. 打包wordpress所有文件
58
+4. wordpress所有文件
59
+解压
60
+
0 commit comments