So I am setting up a Minecraft Bukkit server, and I'm adding the plugin Ban Management (http://dev.bukkit.org/bukkit-plugins/ban-management/)
So I have my database created, and I need to add my database to my config file.
This is what I have done
But I keep getting an error saying "Failure to connect." What am I doing wrong here?
HELPFUL INFO
Database Name: mchybrid_bans
My Account Username: MCHybrid
So I have my database created, and I need to add my database to my config file.
This is what I have done
Code:
host: localhost
port: 3306
database: mchybrid_bans
username: MCHybrid_bans
password: (my account password)
HELPFUL INFO
Database Name: mchybrid_bans
My Account Username: MCHybrid