Answers for "mysql create index lost connection"

SQL
0

mysql create index lost connection

Go to Edit -> Preferences -> SQL Editor
set to a higher value this parameter:
DBMS connection read time out (in seconds). For instance: 86400.

Close and reopen MySQL Workbench.
Kill your previously query that probably is running and run the query again.
Posted by: Guest on January-02-2021

Code answers related to "mysql create index lost connection"

Code answers related to "SQL"

Browse Popular Code Answers by Language