Defect #5333
closedHelp Mysql::ProtocolError: invalid packet: sequence number mismatch(3 != 1(expected)): SET NAMES 'utf8'
0%
Description
Hi,
When I try to command "RAILS_ENV=production rake db:migrate",get the following error:
RAILS_ENV=production rake db:migrate
(in /var/www/redmine-0.9.3)
rake aborted!
Mysql::ProtocolError: invalid packet: sequence number mismatch(3 != 1(expected)): SET NAMES 'utf8'
I dont know how to deal with it, help me?
Thanks.
Updated by rui gao over 14 years ago
rui gao wrote:
Hi,
When I try to command "RAILS_ENV=production rake db:migrate",get the following error:
RAILS_ENV=production rake db:migrate
(in /var/www/redmine-0.9.3)
rake aborted!
Mysql::ProtocolError: invalid packet: sequence number mismatch(3 != 1(expected)): SET NAMES 'utf8'I dont know how to deal with it, help me?
Thanks.
Updated by rui gao over 14 years ago
rui gao wrote:
Hi,
When I try to command "RAILS_ENV=production rake db:migrate",get the following error:RAILS_ENV=production rake db:migrate
(in /var/www/redmine-0.9.3)
rake aborted!
Mysql::ProtocolError: invalid packet: sequence number mismatch(3 != 1(expected)): SET NAMES 'utf8'
I dont know how to deal with it, help me?
Thanks.
Updated by rui gao over 14 years ago
rui gao wrote:
Hi,
When I try to command "RAILS_ENV=production rake db:migrate",get the following error:RAILS_ENV=production rake db:migrate
(in /var/www/redmine-0.9.3)
rake aborted!
Mysql::ProtocolError: invalid packet: sequence number mismatch(3 != 1(expected)): SET NAMES 'utf8'
I dont know how to deal with it, help me?
Thanks.
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please, no support request here.
Updated by rui gao over 14 years ago
rui gao wrote:
Hi,
When I try to command "RAILS_ENV=production rake db:migrate",get the following error:RAILS_ENV=production rake db:migrate
(in /var/www/redmine-0.9.3)
rake aborted!
Mysql::ProtocolError: invalid packet: sequence number mismatch(3 != 1(expected)): SET NAMES 'utf8'I dont know how to deal with it, help me?
Thanks.
Updated by rui gao over 14 years ago
- Status changed from Closed to Reopened
rui gao wrote:
Hi,
When I try to command "RAILS_ENV=production rake db:migrate",get the following error:RAILS_ENV=production rake db:migrate
(in /var/www/redmine-0.9.3)
rake aborted!
Mysql::ProtocolError: invalid packet: sequence number mismatch(3 != 1(expected)): SET NAMES 'utf8'I dont know how to deal with it, help me?
Thanks.
Updated by rui gao over 14 years ago
rui gao wrote:
Hi,
When I try to command "RAILS_ENV=production rake db:migrate",get the following error:RAILS_ENV=production rake db:migrate
(in /var/www/redmine-0.9.3)
rake aborted!
Mysql::ProtocolError: invalid packet: sequence number mismatch(3 != 1(expected)): SET NAMES 'utf8'I dont know how to deal with it, help me?
Thanks.
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from Reopened to Closed
Please don't reopen.
Updated by Daniel Stoinski over 14 years ago
Most probably a wrong mysql driver is the cause. Please see also issue #5693
Daniel Stoinski