1 頁 (共 1 頁)

重新匯入 phpbb 資料庫出現問題

發表於 : 2006-02-09 15:54
shain-shain
●架設主機作業系統:Windows Xp Media Center Edition
●快速架站程式:Appserv 2.4.4a
●您的上網方式:ADSL
●您的 phpBB2 版本:phpBB 2.0.11

請問一下,小弟現在在幫朋友處理他網站的問題,想說重新複製一份完整的網站在小弟的電腦上,等到完成後再升級到 2.0.19,但是在使用 bigdump 倒回資料庫出現了問題,後來小弟將每個 Table 分別匯出,到最後有兩個 Table 是有問題的,分別是 phpbb_users & phpbb_post_text,不知道如何解決?
謝謝

●錯誤代碼:

代碼: 選擇全部

BigDump: Staggered MySQL Dump Importer ver. 0.21b
Processing file: test.sql

Starting at the line: 1001

Error at the line 1001: INSERT INTO `phpbb_users` VALUES (932, 1, '我是小羅', '90923181d4f0f9656049cc4706d3010a', 1136181960, 15, 1135874426, 1121276964, 0, 3, 8.00, 1, 'chinese_traditional_taiwan', 'D M d, Y g:i a', 0, 0, 0, NULL, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, '', 0, 'lcf0208@hotmail.com', '', '', '', '', '', '', '', '', '', '', '', NULL);

Query: INSERT INTO `phpbb_users` VALUES (932, 1, '我是小羅', '90923181d4f0f9656049cc4706d3010a', 1136181960, 15, 1135874426, 1121276964, 0, 3, 8.00, 1, 'chinese_traditional_taiwan', 'D M d, Y g:i a', 0, 0, 0, NULL, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, '', 0, 'lcf0208@hotmail.com', '', '', '', '', '', '', '', '', '', '', '', NULL);

MySQL: Duplicate entry '932' for key 1

Stopped on error

Start from the beginning (DROP the old tables before restarting)

?2003-2005 Alexey Ozerov - BigDump Home

●錯誤代碼:

代碼: 選擇全部

BigDump: Staggered MySQL Dump Importer ver. 0.21b
Processing file: test.sql

Starting at the line: 6001

Error at the line 6001: INSERT INTO `phpbb_posts_text` VALUES (6519, '', 'nin的聊天哈啦吐槽冷嘲熱諷酸言酸語打屁喇賽室', '哈哈哈..你完了叫阿郎
拿火箭筒轟你....
看你要塞幾個香蕉[addsig]');

Query: INSERT INTO `phpbb_posts_text` VALUES (6519, '', 'nin的聊天哈啦吐槽冷嘲熱諷酸言酸語打屁喇賽室', '哈哈哈..你完了叫阿郎
拿火箭筒轟你....
看你要塞幾個香蕉[addsig]');

MySQL: Duplicate entry '6519' for key 1

Stopped on error

Start from the beginning (DROP the old tables before restarting)

?2003-2005 Alexey Ozerov - BigDump Home

發表於 : 2006-02-09 23:43
oscerropper
應該是類似問題:
http://phpbb-tw.net/phpbb/viewtopic.php?t=42265

因為0.19的users table有多的位置結構 ...

你對造一下那些欄位少了及多了~比較一下增加及把位置順序弄為正確

發表於 : 2006-02-10 01:17
shain-shain
謝謝您的回覆,小弟原本是2.0.11,但是小弟現在是先匯回 2.0.11 版的時候就已經出現問題了

發表於 : 2006-02-10 12:53
oscerropper
試試看restore時~

先把phpbb_users的table砍掉

之後再匯入你自己的table ... 8-)