robb73 Posted April 18, 2007 Share Posted April 18, 2007 Is there a way to use show grants for all users - show them all at once - not just the current user or a specific user with 'name'@'localhost'? Link to comment https://forums.phpfreaks.com/topic/47544-solved-show-grants/ Share on other sites More sharing options...
bubblegum.anarchy Posted April 18, 2007 Share Posted April 18, 2007 use mysql; select * from user; Makes sense not to be able to list all the users without permission to the mysql table. Link to comment https://forums.phpfreaks.com/topic/47544-solved-show-grants/#findComment-232067 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.