MySQL error when connectingSolved
hello, there are no errors when starting the server, errors when connecting players, while players and all other information are entered into the database.
Plugins that work with the MySQL:
EnhancedBanSystem
SkyReportSystem
IQPermissions

PermissionsManager - database connection turn off
Thanks.
 
in console after message about start connecting user:
MySql handle raised an exception (Exception: Connection is null)
at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x0002b] in <6e6f659265ef431ea12ea404a5e9a54c>:0

go to config EnhancedBanSystem and change:

"DataType - PlayerDatabase - IP Filename": "EnhancedBanSystem_IPs.json" 

to

"DataType - PlayerDatabase - IP Filename": "EnhancedBanSystem_IPs"

 

it work, thanks

Locked automatically