EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
523 stars 161 forks source link

Got an error reading communication packets #167

Open qzren1982 opened 6 years ago

qzren1982 commented 6 years ago

mysql client : 5.1.73 pg server: 10.3 when i use mysql_fdw to get a bit table data (1million)from mysql server,use mysql_FDW。

psql > create table pg_tabl1 as select * from mysql_fdw_test ; the psql client has error occurs! the pg server crashed! and in the mysql server error logs,i get the error:Got an error reading communication packets

the mysql server: 5.7.1 -- another host server

who can help me!!!!