-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
packet is not EOF #73
Comments
Could you share a minimal sql file contents and the settings used, that trigger this behaviour? |
|
It is the only table in the database dump made by mysqldump |
Thank you. |
I've been able to reproduce this error on Ruby 2.x. Using Ruby 1.9.3 seems to work without problems. |
+1 |
n-rodriguez's patch worked for me (OSX 10.11), thanks |
I am getting the same error:
Listing of the config file: # vagrant@jessie:/vagrant/mysql2postgres$ cat config_options.yml
default: &default
adapter: postgresql
host: localhost
encoding: unicode
pool: 5
username: rails_user
password: sekret
template: template0
development: &development
<<: *default
database: stp_dev
test: &test
<<: *default
database: stp_test
mysql2psql:
mysql:
host: localhost
socket: /var/run/mysqld/mysqld.sock
username: root
database: stp
destination:
test:
<<: *test
development:
<<: *development
tables:
- certification_types
dump_file_directory: /tmp
remove_dump_file: false |
Wondering how procommerz applied the patch from @n-rodriguez to this issue. Suggested work arounds? |
The patch worked for me. |
Add |
Thanks, @n-rodriguez and @onpaws - I got it working! And I agree that the |
I got same issues, but i can't find out the solution. valuenet@valuenet-lap: |
@jvkiran - I just made sure that the suggested line is inserted at the beginning of the suggested file:
The inserted line is: then things worked. |
I've got an error:
the very short dump is appeared:
The text was updated successfully, but these errors were encountered: