How do I list users in MySQL?

8:50 PM

To list users in MySQL, you can run the following command:
  1. Login into MySQL
    • mysql -uroot -p
  2. List users on the system
    • SELECT * FROM mysql.user;

You Might Also Like

0 comments

Contact Form

Name

Email *

Message *

Translate

Wikipedia

Search results