You can access any database on your server with the default database name and password. However, if you want to control a user’s access to the database, then you’ll want to create a unique user account for them to use.
This article explains how to do this in your DirectAdmin control panel.
Once they have an account, they can log in at ‘https://yourserver.vacares.com/phpmyadmin/’.
Adding a User to a Database
- Log in to DirectAdmin control panel.
- Under the MySQL Management menu select Manage Databases.
- Click on the name of the database you want to add a user to.
- Click “Create New User”.
- Enter a username and a password.
- Click “Create”.
Note: By default new users have access to all database privileges except “Grant”.
Modifying User Privileges
- Log in to DirectAdmin control panel.
- Under the MySQL Management menu select Manage Databases.
- Click on the name of the database.
- Click “Modify Privileges” for the user you wish to modify.
- Select which privileges to give to the user.
- Click “Change”.