Error retrieving mysql database in local mysql database

I am trying to load the mysql heroku database into my local mysql database, but this gives me some error.

I posted a question about github. Here is the problem I posted on github. I also send an error log.

please help me solve this problem.

Is there any other way to get heroku database in my local database ??

I am also trying to extract data via chunksize, but it only extracts 60 to 70% of the data, after which it gives the same error.

+5
source share
2 answers

Probably, MySQL reached net_read_timeoutwhile working - by default it is 30 seconds (this happens with the hero).

MySQL:

net_read_timeout = 300
net_write_timeout = 300

MySQL .

+4

All Articles