How to Create an Apache MySQL Server Account Using Webmin
- 1). Enter https://servername:10000 to access Webmin in a browser. Replace the servername with your server name. Type your username and password at the Webmin login interface. The main server configuration interface will appear for you to make configurations for your Linux or UNIX server.
- 2). Click "Servers" on the list under the "login: root." Click "MySQL Database Server" on the dropdown menu. In the Global Options window, click the "User Permissions" button and then click "Create a new user". Enter a user name and password for the new user account.
- 3). Set "Hosts" to "localhost" and select all permissions to ensure the new users have administration permission for databases. Click "Create" to create this user on the MySQL server.
Source...