Error Code: 2013. Lost connection to MySQL server during query
600.510 sec
I am using mysql on windows on localhost
using mysql workbench query editor
how can I extend query timeout
I do not wish to modify current query because
I am looking for an answer for all queries.
MySQL Server
Last Comment
rgb192
8/22/2022 - Mon
COBOLdinosaur
Set net_read_timeout to higher value the current 600 seconds is a common setting, but if you need more then just increase it in the my.ini file. You can probably also do it through the workbench, but I don't use the workbench, and I don't know the specific method of doing that.
Cd&
rgb192
ASKER
Where would i find my.ini? I do not know what folder i installed mysql or which mysql (i have zend and wamp ) that i am accessing using workbench
If you have wampserver installed, there should be an icon on the taskbar click it and select my.ini and it will open the ini in notepad.
Cd&
rgb192
ASKER
note: this is xampp and not wamp.
C:\xampp\ does not exist in windows explorer (even with show hidden files and folders).
I have zend php framework, xampp, wamp installed
This is the correct answer extending the query timeout time. I will keep on extending because there could be an error with the query but I know that I can eliminate all timeout times. Thanks
Cd&