The Database Manager lets you create, delete, and reset passwords for MySQL databases from the panel.
Prerequisites
-
You must have a server that is allowed to create databases. Reach out to support if you require one.
Open it
-
Select your server in the Starfall panel.
-
Go to Management - Databases.
Key points
-
The panel does not show table data. Use an external client such as phpMyAdmin, the
mysql
CLI, or Beekeeper Studio to browse or edit records. -
Inside the container, apps must connect to MySQL at the root interface address (default
172.200.0.1
) rather than127.0.0.1
, because the database runs outside the container.