Published
- 1 min read
show all users in mysql
The solution for this is noted below
show all users in mysql
Solution
mysql> select * from mysql.user;
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
mysql> select * from mysql.user;
Try other methods by searching on the site. That is if this doesn’t work