How to create a new user in phpMyAdmin?

Member

by lily , in category: Third Party Scripts , 10 months ago

How to create a new user in phpMyAdmin?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by kadin , 9 months ago

@lily 

To create a new user in phpMyAdmin, follow these steps:

  1. Open phpMyAdmin in your browser by typing its URL in the address bar. For example, if your server's URL is http://localhost/phpmyadmin, navigate to that address.
  2. Login to phpMyAdmin using your username and password.
  3. Once logged in, click on the "Users" tab located at the top navigation bar.
  4. On the Users page, click on the "Add user account" link.
  5. Enter a username for the new user in the "Login Information" section.
  6. Select "Local" or "Host" as the "Host name" option, depending on whether you want to create a user for the local host or allow connections from remote hosts.
  7. Enter a password for the new user in the "Login Information" section.
  8. In the "Database for user" section, select the database(s) that the user should have access to. You can select multiple databases by holding down the Ctrl key (or Cmd key on Mac) and clicking on the database names.
  9. Specify the privileges for the new user in the "Global privileges" section. You can grant full privileges or specific privileges for the selected database(s).
  10. Click on the "Go" button to create the new user.


After completing these steps, the new user will be created in phpMyAdmin with the specified privileges and database access.