我是先用系統管理控制將資料庫匯出, 再於目的主機重新安裝一份phpBB2
再匯入先前匯出的資料庫, 可是卻出現了以下的錯誤代碼
代碼: 選擇全部
Error importing backup file
DEBUG MODE
SQL Error : 1050 Table 'phpbb_auth_access' already exists
CREATE TABLE phpbb_auth_access( group_id mediumint(8) NOT NULL, forum_id smallint(5) unsigned NOT NULL, auth_view tinyint(1) NOT NULL, auth_read tinyint(1) NOT NULL, auth_post tinyint(1) NOT NULL, auth_reply tinyint(1) NOT NULL, auth_edit tinyint(1) NOT NULL, auth_delete tinyint(1) NOT NULL, auth_sticky tinyint(1) NOT NULL, auth_announce tinyint(1) NOT NULL, auth_vote tinyint(1) NOT NULL, auth_pollcreate tinyint(1) NOT NULL, auth_attachments tinyint(1) NOT NULL, auth_mod tinyint(1) NOT NULL, KEY group_id (group_id), KEY forum_id (forum_id) )
Line : 980
File : /usr/local/apache/htdocs/knet/admin/admin_db_utilities.php●架設主機作業系統:Mandrake 9.1
●安裝的程式:Apache2 + php 4.3.2 + MySQL 4.0.x.x(忘記版本了
●phpBB2 版本:phpBB 2.05 upgrade to 2.06
--------------- 小弟我的目標主機 ---------------
●架設主機作業系統:Mandrake 9.1
●安裝的程式:Apache 1.3.28 + php 4.3.3 + MySQL 3.23.57
●phpBB2 版本:phpBB 2.06
---------------------------------------------------
謝謝


