phpMyAdmin provides browser-based database administration through the authenticated SiteWorx session.
Applies to: MariaDB databases in SiteWorx
Open phpMyAdmin
- Sign in to SiteWorx.
- Open Hosting Features > MySQL > phpMyAdmin.
- Open phpMyAdmin using the available login/control.
- Select the intended database in the left navigation before running an operation.
- Check the database name again before importing, deleting or changing tables.
Use it safely
- Export a current backup before structural changes or bulk updates.
- Avoid editing application tables directly unless the application documentation requires it.
- Do not run SQL copied from an untrusted source.
- Large imports may exceed browser or PHP limits; use a compressed SQL file or request assistance instead of repeatedly retrying.
Related articles
- Create a MariaDB database and user
- Import a database
- Export a database backup
- Find database connection details
- Restore a database
- Store application secrets safely
Last reviewed: 2026-07-25.