Users
#Users
The Site > MySQL Manager > Users page provides an intuitive interface for managing your MySQL (MariaDB) users. From this page, you can view, create, update, and delete database users.
Create MySQL User
Creating a new MySQL user is quick and simple. Click the Create button in the toolbar to open a modal where you can specify the username, hostname, and password for the new user. If you'd prefer system-generated values, click the Generate button below the input fields. Once the details are entered or generated, click the Create button in the modal to finalize the process.
![]() |
---|
Update MySQL User
Updating a MySQL user's password is just as straightforward. Select the desired user from the list and click the * Update* button in the toolbar to open a modal. In the modal, you can generate or manually enter a new password. After providing the new password, click the Update button to save the changes.
![]() |
---|
Delete MySQL User
To delete a MySQL user, select the user you wish to remove and click the Delete button in the toolbar. This action will open a modal where you need to confirm the deletion by typing DELETE
into the input field. Click the Delete button in the modal to complete the process.
![]() |
---|