MySql handle raised an exception (TimeoutException: Timeout in IO operation)Not An Issue

Got an issue with EHB, It fails on loading the table or am I fully wrong ?

 

 

MySql handle raised an exception (TimeoutException: Timeout in IO operation)

at MySql.Data.MySqlClient.TimedStream.StopTimer () [0x00030] in <8d7380b3d3cf4bd8be324c584f371b44>:0

at MySql.Data.MySqlClient.TimedStream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00028] in <8d7380b3d3cf4bd8be324c584f371b44>:0

at System.IO.BufferedStream.Read (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x000cd] in <eae584ce26bc40229c1b1aa476bfa589>:0

at MySql.Data.MySqlClient.MySqlStream.ReadFully (System.IO.Stream stream, System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00006] in <8d7380b3d3cf4bd8be324c584f371b44>:0

at MySql.Data.MySqlClient.MySqlStream.LoadPacket () [0x0000e] in <8d7380b3d3cf4bd8be324c584f371b44>:0

at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000] in <8d7380b3d3cf4bd8be324c584f371b44>:0

at MySql.Data.MySqlClient.NativeDriver.Open () [0x00092] in <8d7380b3d3cf4bd8be324c584f371b44>:0

at MySql.Data.MySqlClient.Driver.Open () [0x0000b] in <8d7380b3d3cf4bd8be324c584f371b44>:0

at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0004d] in <8d7380b3d3cf4bd8be324c584f371b44>:0

at MySql.Data.MySqlClient.MySqlConnection.Open () [0x0016c] in <8d7380b3d3cf4bd8be324c584f371b44>:0

at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x00059] in <7a75fa05cbc04391919cf072f240bf30>:0

You're MySQL server is taking too long to respond causing a timeout. This has nothing to do with plugins.

Locked automatically