MySQL

config.yml

database:
  saveType: MYSQL
  tableName: accessfilter
  host: localhost ###Put the servers IP here
  port: '3306'
  dbname: Crazy
  user: root ###Using the root will cause less errors on table creation, but its may be a security risk.
  password: password ###put the plaintext-password in here
  columns:
    name: name
    checkIPs: checkIPs
    whitelistIPs: whitelistIPs
    IPs: IPs
    checkConnections: checkConnections
    whitelistConnections: whitelistConnections
    connections: connections

Currently no MYSQL Supported