开发者

Rails - Mysql::ProtocolError: invalid packet [duplicate]

This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Perplexing Ruby/MySQL Error: "invalid packet: sequence number mismatch"

My rails app just started having these strange MySQL errors on my EC2/RDS stack.

I've tried several versions of ruby 1.9.2 as well as REE开发者_开发问答 1.8.7.

What's the deal with this ProtocolError? This doesn't happen on any of my other sites or my local machine.

I can delete some data from my site and the query will work for a couple of page views then it breaks again :(

I'm using Phusion with Apache.

with version gem 'ruby-mysql', "2.9.4"

ActiveRecord::StatementInvalid in TricksController#index

Mysql::ProtocolError: invalid packet: sequence number mismatch(103 != 29(expected)): SELECT `tricks`.* FROM `tricks`

And with version gem 'ruby-mysql', "2.9.3"

Mysql::ProtocolError (invalid packet: f1="\x0F\xC0\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"):


Duplicate of: Perplexing Ruby/MySQL Error: "invalid packet: sequence number mismatch"

My Rails 3.0.4 app started working with ruby-mysql 2.9.3.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜