MySQL Exception: access denied for user "blabla" to database "banlist"Not An Issue
Hi all, im getting this error which seems obvious but i dont know what to do,
can anyone help me fix it?
MySql handle raised an exception in 'EnhancedBanSystem v5.2.4' plugin (MySqlException: Access denied for user 'blabla'@'%' to database 'banlist')
  at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00096] in <8d7380b3d3cf4bd8be324c584f371b44>:0
  at MySql.Data.MySqlClient.NativeDriver.ReadPacket () [0x00000] in <8d7380b3d3cf4bd8be324c584f371b44>:0
  at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket () [0x00000] in <8d7380b3d3cf4bd8be324c584f371b44>:0​
You'd need to give that user permission on your database; not really something this plugin manages.
thanks Wulf, as its my own database I thought I have already the permission needed! I will find out how! Thanks! Faster reply ever!
Locked automatically