Most web applications (like WordPress) need a MySQL database to store their content. You can create one easily in DirectAdmin.
Steps to create a database:
- Log in to DirectAdmin.
- Under the Account Manager section, click on MySQL Management.
- Click Create new Database.
- Enter the following details:
- Database Name → choose a short name (e.g.
wpfor WordPress). - Database Username → pick a username (DirectAdmin will prefix it).
- Password → create a strong password, or use the generator.
- Database Name → choose a short name (e.g.
- Click Create Database.
Database details
After creation, you will see:
- Database Name
- Username
- Password
- Host: usually
localhost
Keep these details safe — you’ll need them when installing WordPress or other apps.
Managing your database
- Use phpMyAdmin (accessible via DirectAdmin) to manage tables and run queries.
- Always back up your database before making changes.
Need help?
If you have trouble connecting to your database or see errors during installation, please open a support ticket or email [email protected] for assistance.