[問題]安裝後如更改 db 內的 table name 要修改 phpbb 那個檔案
發表於 : 2005-11-19 11:07
安裝了 phpbb 後想更改 db 內的 table name( php_users 和 php_user_group 的table name) 要修改 phpbb 那個檔案才能使 SQL statement 才能正確使運行 ...
代碼: 選擇全部
define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');