1. Hello, What is wrong after last Oxide update?

    Errors with all plugins which use mysql, EnhancedBanSystem, DonationClaim etc.


    Code:
    18:55 [Error] MySql handle raised an exception in 'DonationClaim v1.0.2' plugin (MySqlException: Unable to connect to any of the specified MySQL hosts.)
    18:55 [Stacktrace]   at MySql.Data.MySqlClient.NativeDriver.Open () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.Driver.Open () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00000] in <filename unknown>:0
    18:55 [Error] MySql command callback raised an exception (NullReferenceException: Object reference not set to an instance of an object)
    18:55 [Stacktrace]   at Oxide.Plugins.DonationClaim+<ChatCommand>c__AnonStorey0.<>m__0 (System.Collections.Generic.List`1 list) [0x00000] in <filename unknown>:0
      at Oxide.Core.MySql.Libraries.MySql+MySqlQuery+<>c__DisplayClass24_0.<Handle>b__0 () [0x00000] in <filename unknown>:0 
    Code:
    18:30 [Error] MySql handle raised an exception (MySqlException: Unable to connect to any of the specified MySQL hosts.)
    18:30 [Stacktrace]   at MySql.Data.MySqlClient.NativeDriver.Open () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.Driver.Open () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00000] in <filename unknown>:0
    18:31 [Error] MySql handle raised an exception (MySqlException: Unable to connect to any of the specified MySQL hosts.)
    18:31 [Stacktrace]   at MySql.Data.MySqlClient.NativeDriver.Open () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.Driver.Open () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00000] in <filename unknown>:0 
     
  2. Wulf

    Wulf Community Admin

    Nothing changed with MySQL extension or Oxide. The error states: "Unable to connect to any of the specified MySQL hosts" which means that your server couldn't connect to the MySQL server.
     
  3. Okay thanks
    [DOUBLEPOST=1490381123][/DOUBLEPOST]I have a solution. My OVH hosting redirected traffic through additional filtering machines due to DDoS attacks (over an hour). Because of this, plugins could not connect to an external database.