Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add user in phpmyadmin

I want to know how to add user in phpmyadmin , I have done some research but didnot find the proper answer. I am unable to find the privilege section in phpmyadmin so that i can add a username and password . I am working on hosting and i cant see the privilege section in my phpmyadmin main's page.

Sorry for the inconvenience my english is weak

like image 706
tayyab ahmed Avatar asked Aug 19 '15 13:08

tayyab ahmed


People also ask

Where is user in phpMyAdmin?

phpMyAdmin does handle user management, The fourth tab in the main view, "User accounts". In there, you have the section, "New", there you can add new users.


2 Answers

phpMyAdmin does not handle user management, rather it passes the username and password on to MySQL. create mysql User.

and If you mean, users controlling their own database, go here.

like image 141
Parth Avatar answered Oct 12 '22 23:10

Parth


From https://wiki.phpmyadmin.net/pma/user_management :

To create a new user, click the Add a new user link near the bottom of the Privileges page (you must be a "superuser", e.g., user "root").

(emphasis mine)

like image 38
Digital Chris Avatar answered Oct 13 '22 01:10

Digital Chris