Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

mariadb - MySQL workbench times out even after increasing timeout in the settings

Adding an index to our 25m record DB, which is understandably taking a long time. When I tried to run it it timed out after 1800 seconds, which is odd as my DBMS connection read time out was set to 3600. I upped it to 36000, reconnected and the query still timed out after 1800 seconds.

Am I missing a setting I need to increase, or could this be a limit on the DB side? I tried looking at "SHOW VARIABLES LIKE '%timeout%';" but none of them were set to 1800, and interactive_timout and wait_timeout are set to 28800.

question from:https://stackoverflow.com/questions/65889474/mysql-workbench-times-out-even-after-increasing-timeout-in-the-settings

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...