How to Manage MySQL Users in Webmin
In a previous post, we looked at some of the ways in which you can manage a MySQL user from the mysql command-line prompt. Today, you will learn about managing MySQL users from within Webmin’s web-based control panel.
To begin managing MySQL in webmin, do the following:
- Login to webmin and find the section called “Servers”
- Click “MySQL Database Server”
- Select “User Permissions”
To create a new user:
- Click “Create new user” under the table listing current users
- Enter a user name and password
- Select permissions (these are global privileges – you can set privileges for individual databases in another section
- Click “Create”
To change permissions for specific databases, follow these steps:
- From the MySQL Database Server page, click “Database Permissions”
- Click the name of the database you want to manage
- For “Username” toggle the box to the right of the anonymous box and enter the user you want to have permissions for this database
- Select the permissions you want to grant. To select multiple permissions, hold the Control key and click them
- Click “Save”
As you can see, Webmin makes it easy to manage databases with little hassle. Webmin is a free and open source system administration panel. You can use it with any Linux server.
Related Posts
- How to Manage MySQL Users in cPanel
- How to Manage Users in Webmin
- Using Webmin to Manage Filesystems
- How to Remove MySQL Databases and Users
- How to Manage PHP Resource Limits in Webmin

