Warnings in compiler log fileNot An Issue
Console: EnhancedBanSystem.cs(2150,20): warning CS0219: The variable `steamid' is assigned but its value is never used
EnhancedBanSystem.cs(2151,20): warning CS0219: The variable `name' is assigned but its value is never used
EnhancedBanSystem.cs(2324,20): warning CS0219: The variable `steamid' is assigned but its value is never used
EnhancedBanSystem.cs(2326,20): warning CS0219: The variable `name' is assigned but its value is never used
EnhancedBanSystem.cs(2327,20): warning CS0219: The variable `errorreason' is assigned but its value is never us
Those are not errors and can be ignored.
Okay Thanks 

Merged post

MySql handle raised an exception in 'EnhancedBanSystem v5.2.4' plugin (MySqlException: Unable to connect to any of the specified MySQL hosts.)at MySql.Data.MySqlClient.NativeDriver.Open () [0x00057] in <8d7380b3d3cf4bd8be324c584f371b44>:at
MySql.Data.MySqlClient.Driver.Open () [0x0000b] in <8d7380b3d3cf4bd8be324c584f371b44>:0at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0004d] in <8d7380b3d3cf4bd8be324c584f371b44>:0at MySql.Data.MySqlClient.MySqlConnection.Open () [0x0016c] in <8d7380b3d3cf4bd8be324c584f371b44>:0at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x00059] in <79d157ef50864cd6a493ea45b8d9c402>:0

spam error
"Unable to connect to any of the specified MySQL hosts"

It means what it says, being that the hosts you have configured are not able to be reached.
use SQLite 
Did you disable the MySQL options?
  "DataType - MySQL - Database": "",
"DataType - MySQL - Host": "",
"DataType - MySQL - Pass": "",
"DataType - MySQL - Port": 3306,
"DataType - MySQL - use": false,
"DataType - MySQL - User": "",

Merged post

Loaded plugin Enhanced Ban System v5.2.4 by Reneb/Slut
MySql handle raised an exception in 'EnhancedBanSystem v5.2.4' plugin (MySqlException: Unable to connect to any of the specified MySQL hosts.)at MySql.Data.MySqlClient.NativeDriver.Open () [0x00057] in <8d7380b3d3cf4bd8be324c584f371b44>:0at MySql.Data.MySqlClient.Driver.Open () [0x0000b] in <8d7380b3d3cf4bd8be324c584f371b44>:0at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0004d] in <8d7380b3d3cf4bd8be324c584f371b44>:at MySql.Data.MySqlClient.MySqlConnection.Open () [0x0016c] in <8d7380b3d3cf4bd8be324c584f371b44>:0at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x00059] in <79d157ef50864cd6a493ea45b8d9c402>
Locked automatically