【Encountered Problem: Problem Phenomenon and Impact】
Dumpling gets stuck and times out when connecting to MySQL, causing data export failure. Does Dumpling have a similar -A parameter option?
I don’t think it works. You can check the dumpling documentation to see if there’s a solution for the hash issue. I think this just modifies your command. Give it a try and let us know the result. Normally, the no-auto-rehash option should be written into the database configuration file; otherwise, when there are many tables, the initial loading will be very slow.
I checked the Dumpling documentation and did not find a similar parameter. It seems the best solution is to add this parameter configuration on the MySQL side. Thank you very much for your suggestion.