Bruce Failor
Bruce Failor
I am getting the same error: ``` vagrant@jessie:/vagrant/mysql2postgres$ mysqltopostgres config_options.yml Mysql2psql: Conversion failed: packet is not EOF packet is not EOF /home/vagrant/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/mysql-pr-2.9.11/lib/mysql-pr/protocol.rb:562:in `read_eof_packet' /home/vagrant/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/mysql-pr-2.9.11/lib/mysql-pr/protocol.rb:274:in `retr_fields' /home/vagrant/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/mysql-pr-2.9.11/lib/mysql-pr.rb:322:in `query' vagrant@jessie:/vagrant/mysql2postgres$ which ruby...
Wondering how procommerz applied the patch from @n-rodriguez to this issue. Suggested work arounds?
Thanks, @n-rodriguez and @onpaws - I got it working! And I agree that the `no COPY in progress` message is misleading.
@jvkiran - I just made sure that the suggested line is inserted at the beginning of the suggested file: ``` $ bundle show mysql-pr /home/vagrant/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/mysql-pr-2.9.11 $ cat /home/vagrant/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/mysql-pr-2.9.11/lib/mysql-pr/packet.rb #encoding: ascii-8bit...