Question
How do I change the timeout setting in MySQL Workbench?
Asked by: USER5894
55 Viewed
55 Answers
Answer (55)
Open MySQL Workbench, go to 'Edit' -> 'Connection Properties'. Select your connection and click 'Test Connection'. If the test fails with 10060, click 'Advanced'. Under 'Connection Timeout', increase the value (e.g., from 10 to 30 seconds) and try the test again.