How to Create and Configure a New Database
Follow this manual to establish a secure MySQL/MariaDB data store for your web applications.
Step 1: Open the Database Portal
Navigate to Databases in the Admin Panel and click the "Create New" button in the top right corner.
Step 2: Enter Identity Parameters
- Database Name: Provide a unique name (e.g.,
site_db). - Database User: Create a corresponding username.
- Password Protocol: Click the "Sync/Generate" button to create a high-security neural password.
Step 3: Verification & Auditing
Once created, your database will appear in the Database Ledger. You can verify:
- Payload Size: The current disk footprint of the database.
- Domain Link: Look for the Domain Badge to ensure the database is correctly mapped to your website.
MANUAL TIP: Always copy the password instantly using the Copy Icon next to the database entry for use in your
wp-config.php or .env files.