Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Created June 13, 2023 01:56
Show Gist options
  • Save ecormaksin/5a2127cff5b0f6de822c14f91724a803 to your computer and use it in GitHub Desktop.
Save ecormaksin/5a2127cff5b0f6de822c14f91724a803 to your computer and use it in GitHub Desktop.
MySQLユーザー一覧
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