#11666 closed defect (bug) (fixed)
upgrade.php dies hard on MySQL < 4.1.0
Reported by: | miqrogroove | Owned by: | |
---|---|---|---|
Milestone: | 2.9.1 | Priority: | normal |
Severity: | blocker | Version: | 2.9 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
Need to revert some of [12409]
MySQL 4.1.0 is required to execute SET NAMES, and as a result WP 2.9 upgrader never loads on old servers. This leaves webmasters unaware of the version incompatibility.
Attachments (1)
Change History (14)
Note: See
TracTickets for help on using
tickets.
mm, it shouldn't even go so far that it actually lets the webmaster think he's fine. the upgrader should bail without upgrading the DB if the php and mysql versions are not met.