-
Improvement
-
Resolution: Fixed
-
Major
-
3.0.9
-
None
-
Several Linux distributions
Time and again I have problems with updating the board because on some servers the default DB user doesn't have the permission for the CREATE INDEX Command (don't know why).
Current statement:
CREATE INDEX att_ip ON phpbb_login_attempts(attempt_ip, attempt_time)
Better:
ALTER TABLE `phpbb_login_attempts` ADD INDEX `att_ip` ( `attempt_ip` , `attempt_time` )
- caused
-
PHPBB-10774 db_tools::create_unique_index does not use specified index names on MySQL
- Closed
- is duplicated by
-
PHPBB-9977 Q&A Captcha plugin: SQL error on install / activation
- Closed