Hello. I am trying to use aapanel to host a Mysql database for my Minecraft network. The plugin's call for this information to connect to the data base.
mysql:
enabled: true
host: .........
port: 3306
database: .......
user: .......
pass: .....
properties:
cachePrepStmts: true
prepStmtCacheSize: 250
prepStmtCacheSqlLimit: 2048
Where would i find all the info needed to set this up?