1 頁 (共 1 頁)

[問題]安裝後如更改 db 內的 table name 要修改 phpbb 那個檔案

發表於 : 2005-11-19 11:07
none1234
安裝了 phpbb 後想更改 db 內的 table name( php_users 和 php_user_group 的table name) 要修改 phpbb 那個檔案才能使 SQL statement 才能正確使運行 ...

發表於 : 2005-11-19 11:11
~倉木麻衣~
includes/constants.php

代碼: 選擇全部

define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');

發表於 : 2005-11-19 11:23
none1234
找到了.....謝謝