|
以前的站處理的很好,現在這個忘了咋解決了,大神給提示下吧!
本地轉遠程用的以下方法:
- update pre_forum_attachment_0 set remote=1 where remote=0;
- update pre_forum_attachment_1 set remote=1 where remote=0;
- update pre_forum_attachment_2 set remote=1 where remote=0;
- update pre_forum_attachment_3 set remote=1 where remote=0;
- update pre_forum_attachment_4 set remote=1 where remote=0;
- update pre_forum_attachment_5 set remote=1 where remote=0;
- update pre_forum_attachment_6 set remote=1 where remote=0;
- update pre_forum_attachment_7 set remote=1 where remote=0;
- update pre_forum_attachment_8 set remote=1 where remote=0;
- update pre_forum_attachment_9 set remote=1 where remote=0;
復制代碼- update pre_portal_article_title set remote=1 where remote=0;
- update pre_portal_attachment set remote=1 where remote=0;
- update pre_portal_topic_pic set remote=1 where remote=0;
復制代碼- update pre_home_pic set remote=remote+1;
復制代碼 有遺漏嗎?
論壇程序:x3.4 20230520
緩存刷新、性能優化-內存已清理、CDN加速已清理。
我知道答案
回答被采納將會獲得 1 貢獻 已有2人回答
|
|