#2867 closed defect (bug) (worksforme)
MySQL 5.0.22 incompatibility
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.1 |
| Severity: | normal | Keywords: | mysql, database, incompatibility |
| Cc: |
Description
When I run Wordpress 2.1 alpha2 under MySQL 5.0.22, I got this error message when browsing to DashBoard
WordPress database error: [Data too long for column 'option_value' at row 1]
UPDATE wp_options SET option_value = 'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.3\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/06/wordpress-203/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/06/wordpress-203/#comments\";s:7:\"pubdate\";s:31:\"Thu, 01 Jun 2006 07:49:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/06/wordpress-203/\";s:11:\"description\";s:321:\"The latest in the stable 2.0 series, 2.0.3, is now available for download. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we’ve also backported a number of security enhancements from 2.1 to further enhance [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:886:\"
Change History (4)
comment:2
darkfate
— 7 years ago
- Resolution set to worksforme
- Status changed from new to closed
Yea, I have the same version and it works for me
Hmm, option_value is a longtext, a field-type which has a maximum length of 4,294,967,295 characters - somehow I don't think the RSS cache is filling that! Check what field-type yours is.