Created
June 13, 2023 01:56
-
-
Save ecormaksin/5a2127cff5b0f6de822c14f91724a803 to your computer and use it in GitHub Desktop.
MySQLユーザー一覧
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
Host | |
, user | |
, PLUGIN | |
, AUTHENTICATION_STRING | |
, PASSWORD_EXPIRED | |
from mysql.user; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment