Thank you, I have sent them a support request. I will keep you informed.
They (Fasthosts) said:
"We have cleared the connections for your database 'adeforum', and you should find your site is now functioning again.
This may simply have been due to a spike in traffic or a rogue bug within your site software, but if it continues to occur, you should urgently contact your site developers to investigate."
Unfortunately, the problem remains & I am the site developer!
Any more suggestions gratefully received!
This what Fasthosts have reported now:
"I've again killed off the connections to the database, and have monitored connections manually for a short while.
Over the first few minutes after killing off the connections, several new connections were spawned :
6034916 snoopy server88-208-25 adeforum 8 Query DELETE FROM mybb_sessions WHERE ip=X'c1c9e036'
6034179 snoopy server88-208-25 adeforum 59 Query DELETE FROM mybb_sessions WHERE ip=X'c1c9e036'
6033720 snoopy server88-208-25 adeforum 92 Query DELETE FROM mybb_sessions WHERE ip=X'c1c9e036'
6033427 snoopy server88-208-25 adeforum 115 Query DELETE FROM mybb_sessions WHERE ip=X'd5abd9b8'
6032924 snoopy server88-208-25 adeforum 142 Query DELETE FROM mybb_sessions WHERE ip=X'c1c9e036'
6032679 snoopy server88-208-25 adeforum 161 Query DELETE FROM mybb_sessions WHERE ip=X'd5abd9b8'
6032354 snoopy server88-208-25 adeforum 186 Query DELETE FROM mybb_sessions WHERE ip=X'97501f81'
6032260 snoopy server88-208-25 adeforum 193 Query DELETE FROM mybb_sessions WHERE ip=X'c1c9e036'
6032138 snoopy server88-208-25 adeforum 201 Query DELETE FROM mybb_sessions WHERE ip=X'd5abd9b8'
6031654 snoopy server88-208-25 adeforum 228 Query REPLACE INTO mybb_sessions SET
uid
=0,
sid
='6a4e56ad8bff085d8527973de1d57010',
time
=1446311630,
ip
=X'd5abd9b8',
location
='/forums/index.ph
6031720 snoopy server88-208-25 adeforum 228 Query REPLACE INTO mybb_sessions SET
uid
=0,
sid
='b95fc81f91c7b5217730e7d1a33d0400',
time
=1446311635,
ip
=X'd5abd9b8',
location
='/forums/index.ph
It appears that your site is attempting to do cleanup of mybb sessions, but is struggling to do so. I recommend taking a manual look at this table, as it may contain corrupted information, or may simply have grown too large for the site to cope. You may be able to drop everything in the table - this should simply log out anyone that is logged in - but I recommend contacting mybb support if you are unsure.
This cleanup activity appears to be disrupting other database accesses, and you will likely find your site performance degraded until this issue has been resolved."
Any suggestions please?