Bug #47311 | mysqldump lacks parameters net_read_timeout and net_write_timeout | ||
---|---|---|---|
Submitted: | 14 Sep 2009 15:19 | ||
Reporter: | Andrii Nikitin | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S3 (Non-critical) |
Version: | 5.0, 5.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 Sep 2009 15:19]
Andrii Nikitin
[25 Aug 2011 21:01]
Sheeri Cabral
I'd like to see this feature too. something like --set 'foo=bar'
[26 Aug 2011 15:32]
MySQL Verification Team
I assume mysqldump and mysql client would just need to call mysql_options() with the MYSQL_OPT_READ_TIMEOUT and MYSQL_OPT_WRITE_TIMEOUT values specified, before making the connection.
[26 Aug 2011 15:33]
MySQL Verification Team
Would also be nice to pick these values from [mysql], [mysqldump], [client] section?
[20 Mar 2014 11:35]
Melvyn Sopacua
Please update version to include at least 5.5.29. And it's a shame this hasn't been picked up yet. When copying data from server to server this is a big issue and the dreaded MySQL server has gone away surfaces. Took me a while to notice it was mysqldump (the sender) and not mysql (the receiver) that had the problem.
[19 Sep 2018 18:39]
Jesús Uzcanga
MySQL 5.7.22 and still having issues with mysqldump and big tables.