Databases
On the Site > MySQL Manager > Databases page, you can manage your MySQL (MariaDB) databases with ease. From this page, you can view, create, and delete databases.
![]() |
---|
Create Database
Creating a new database is a straightforward process. Click the Create button in the toolbar to open a modal where you can specify the name of the new database. If you'd like a system-generated name, click the Generate button located below the database name input field. After entering or generating a name, click the Create button in the modal to complete the process.
![]() |
---|
Delete Database
To delete a database, select the database you wish to remove and click the Delete button in the toolbar. A confirmation modal will appear, prompting you to type DELETE
to confirm the action. Once confirmed, click the Delete button in the modal to finalize the process.
![]() |
---|