Databases
Databases
Databases
Vanta Panel gives each account full control of its own MySQL/MariaDB databases, from vPanel → Databases.
Creating databases
Create, list and drop databases. Databases are automatically prefixed with your account name (for example youraccount_appdb) and are scoped to your account — you only ever see and manage your own.
Database users and privileges
Under MySQL user management you can create, list and delete database users, set their passwords, and grant or revoke per-database privileges. This lets you give an application its own limited database user rather than a superuser.
Built-in Database Manager
Vanta Panel includes a phpMyAdmin-style Database Manager so you can work with your data directly in the panel:
- Browse tables and view their structure.
- View paginated rows of data.
- Run arbitrary SQL queries.
Everything is isolated to your own databases — a per-account scoped MySQL user enforces the isolation at the database level, and its credentials are stored encrypted.
phpMyAdmin single sign-on
If you prefer the full phpMyAdmin interface, Vanta Panel offers single sign-on into phpMyAdmin scoped to your account's databases.
Remote MySQL
Under Remote MySQL, you can authorize specific external hosts to connect to your databases — useful when an application on another server needs access.