MySQL 8 and MariaDB 10.11 available. Each hosting plan comes with an account-scoped quota.
Create database
- cPanel → Databases → MySQL Databases.
- New Database: enter a name (prefix
cpuser_is auto-added). Click Create. - Scroll to Add New User. Enter username and a strong password.
- Under Add User To Database, select user + database, grant
ALL PRIVILEGES.
Connect from your app
DB_HOST=localhost
DB_PORT=3306
DB_NAME=cpuser_myapp
DB_USER=cpuser_myuser
DB_PASS=...Remote MySQL is disabled by default. Enable in cPanel → Remote MySQL and whitelist your IP.
phpMyAdmin
cPanel → phpMyAdmin for a web UI. Auto-authenticates with your cPanel login.