Add MySQL User
Create MySQL Database User
This page is for creating a mysql database user to connect to your mysql server.
Location:
MySQL -> Add MySQL User
Both database and the user need to be in the same server for making the connection.
You may need to enter all the details to create the user as follows,
Enter Database User Name, a user name to connect
Select Database Server , select the mysql server to create a user
User Password , enter a strong password for the mysql user
Access Host , from which server or IP the user is connecting. If you don't know, choose localhost .