第 1 頁 (共 1 頁)
[討論] 如我單獨轉移論壇會員和論壇文章 ?
發表於 : 2005-06-12 18:01
由 acc_kang_ta
如何從伺服器1的論壇會員和所有文章
轉移至伺服器2 ?
兩個論壇外掛都裝一樣後 ... 怎麼把1的會員和文章單獨轉移過去2?
或者是只轉移會員就好也可以^^ ... QQ
一起討論吧 ~ 試過只轉移資料庫裡面的phpbb_users ... 沒辦法成功>~<
發表於 : 2005-06-12 18:09
由 神川小羽
你的意思是說你有兩個站,都有資料了(都有會員有文章)
然後你想要把1號站的東西移動到2號站
但是2號站的東西也要還在? 等於好像是把另外一個站台的資料偷過來結合在ㄧ起這樣?
發表於 : 2005-06-12 18:15
由 acc_kang_ta
我的意思是 ... 伺服器2是重新裝外掛裝好的~沒有會員(除了管理員)也沒有文章
現在想把伺服器1的會員和文章轉到伺服器2 ...
因為伺服器1之前亂裝依推外掛變的有點怪怪的

發表於 : 2005-06-12 19:05
由 kp3011
phpbb_users
phpbb_user_group
phpbb_groups
phpbb_posts
phpbb_posts_text
phpbb_topics
phpbb_forum
phpbb_category
全部搬過去吧
發表於 : 2005-06-13 18:47
由 acc_kang_ta
找不到\r
phpbb_forum
phpbb_category
OK ! 感謝 ... 我去試看看

發表於 : 2005-06-14 19:28
由 sgt
I have try to use the phpBB internal Backup function to backup all mysql data from my paid unix web hosting. Then I open a
http://localhost/phpBB2 at my machine and use the recovery function to restore all data to my localhost. It was sucessful to move all data to my localhost.
But the most important is to change the default domain name in the localhost.
1. Then I run the phpmyadmin;
2. goto the phpbb database;
3. Then click the 搜索 tab to find the domain name stored in your my sql;
4. You can find the result stored in the following table "phpbb_config";
5. Then try to click 瀏覽 and press the edit button to edit the "config_value" of your new "server_name";
6. Lucky all my user account and all data move to my localhost;
Hope that experience can help you.