Loading...
Many advanced Minecraft plugins (like CoreProtect, LuckPerms, Dynmap) require a MySQL database to store data efficiently.
luckperms or core).% to allow connections from anywhere (usually required if plugins connect locally).Once created, click the eye icon or look at the database details to find:
127.0.0.1:3306).If a plugin's config.yml asks for database details, fill them in like this:
storage-method: mysql
data:
host: "127.0.0.1" # The IP from the Endpoint
port: 3306 # The Port from the Endpoint
database: "s1_luckperms" # The Full Database Name
username: "u1_12345" # Your Database Username
password: "your_password"
If you forget your database password:
Was this article helpful?