I often spend a lot of time in my MySQL
console - managing databases, making sure the integrity is in tact and browsing through recent records for possible vulnerabilities.
Whenever I am active with SSH on my servers, it lasts up to 1 hour, but whenever I am in a MySQL
terminal, it closes with broken pipe
within 20 minutes of inactivity or less. This is not practical for me as I am often shuffling between different terminals with open SSH
to like 5 different servers, code editors and what have you. It gets quite frustrating to have to re-connect to the server and run all the user commands and the MySQL
commands and passwords every 20 minutes.
Does anyone have a solution?