1317 - Query execution was interrupted

SELECT db, COUNT(*) AS NumConnections FROM information_schema.processlist WHERE db IS NOT NULL GROUP BY db;

[TEP STOP]

2006 - MySQL server has gone away

select count(*) as total from sessions where sesskey = '0h4mne5qb415up8a5b0p7q0vo1'

[TEP STOP]