How to fix?
Code:[Oxide] 2:20 PM [Error] MySql handle raised an exception in 'xxx.xxx.xxx' plugin (MySqlException: Unknown column 'onl' in 'field list') [Oxide] 2:20 PM [Debug] at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000] in <filename unknown>:0 at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int64& insertedId) [0x00000] in <filename unknown>:0
Solved MySqlException: Unknown column 'onl' in 'field list'
Discussion in 'Rust Development' started by Sauron 2, Jun 24, 2016.
-
Wulf Community Admin
The error is basically saying that something you are trying to use doesn't match up with what the database has.
-