aaP_gamethedayaway Hello. I am trying to use aapanel to host a Mysql database for my Minecraft Mod 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?
You’ll find most of this in aaPanel under Database → MySQL after creating a database and user. The host is usually your server IP (or localhost if the plugin runs on the same server), port is 3306, and aaPanel will show the database name, username, and password you created.