Professional Data Management
As your community expands, using standard.yml or .h2 files for storing massive datasets - such as CoreProtect block logs or complex LuckPerms hierarchies - can lead to significant server-side lag and an increased risk of data corruption. MySQL provides a strong, high-performance relational database environment that enables lightning-fast lookups and facilitates data synchronization across multiple server instances. This guide walk you through the initialization and connection of your dedicated database on the FREAKHOSTING platform.
Difficulty
Intermediate
Time
6 Minutes
Step 1: Initialize Your Infrastructure
Every FREAKHOSTING Minecraft plan includes a dedicated MySQL environment. Follow these steps to generate your unique credentials.Access Database Management
Log in to the Game Panel and navigate to the Databases tab in the sidebar.
Generate New Registry
Click the New Database button. Provide a descriptive name (e.g.,
minecraft_data) and set the “Connection From” field to % to allow internal node synchronization.Step 2: Synchronizing Your Plugins
Most modern Minecraft plugins feature astorage or database section within their primary config.yml. To enable the integration, you must update the storage type and input your credentials.
| Plugin | Configuration Method |
|---|---|
| LuckPerms | Update storage-method: mysql and input credentials in config.yml. |
| CoreProtect | Set use-mysql: true and define connection parameters. |
| LiteBans | Update driver: mysql and ensure the address matches your Endpoint. |
Strategic Database Optimization
Implementing Table Prefixes
Implementing Table Prefixes
If you intend to use a single database for multiple different plugins, you must define a unique Table Prefix for each one (e.g.,
lp_ for LuckPerms and co_ for CoreProtect). This prevents naming collisions and ensures that one plugin does not accidentally overwrite or corrupt the data of another.Cross-Server Synchronization
Cross-Server Synchronization
MySQL is the fundamental requirement for “Network-wide” features. By pointing multiple servers (e.g., Survival and Creative) to the same database and prefix, you can synchronize player ranks, bans, and balances across your entire network instantly.
Need Extra Help?
If you encounter any issues, our support team is ready to assist:- Live Chat: Quick assistance via our website.
- Support Ticket: Open a Ticket
- Discord: Join our Community
- Email: [email protected]
Last Updated: January 2026 | Database: Optimized and reliable.