●作業系統:Windows XP Professional
●我的論壇:http://219.81.89.228/forum
我安裝"可設定會員名稱長度 1.1.0"這套外掛後會發生奇怪現象...
http://phpbb-tw.net/phpbb/viewtopic.php?t=38950



請問該怎ㄇ半....
版主: 版主管理群



代碼: 選擇全部
#
#-----[ SQL ]------------------------------------------
#
# Remember to change the table prefix used on your database
INSERT INTO `phpbb_config` VALUES ('limit_username_min_length', '2');
INSERT INTO `phpbb_config` VALUES ('limit_username_max_length', '25');
ALTER TABLE `phpbb_users` MODIFY `username` varchar(99) NOT NULL; 抱歉~我是新手......我是沒友執行~請問該如何執行呢???Mac 寫:SQL 執行了嗎?~Mac代碼: 選擇全部
# #-----[ SQL ]------------------------------------------ # # Remember to change the table prefix used on your database INSERT INTO `phpbb_config` VALUES ('limit_username_min_length', '2'); INSERT INTO `phpbb_config` VALUES ('limit_username_max_length', '25'); ALTER TABLE `phpbb_users` MODIFY `username` varchar(99) NOT NULL;