lost connection during execute
Posted: Tue 20 Sep 2011 14:37
I have a table with a lot of data. If I want to change a default setting or add an index, DBForge Studio for MySQL 3.5 is not responding. After a while the connection is lost.
My example:
Is there a setting that the query will be executed without losing a connection. In the tabform Database connection Properties -> Advanced the Execute Timeout is set to 0
My example:
Code: Select all
ALTER TABLE nelis.bolnamen
ADD UNIQUE INDEX btree_expnaamid (exporteur, naamid);
Error: Lost connection to MySQL server during query