📜  显示 mysql 用户表 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:13.634000             🧑  作者: Mango

代码示例1
mysql> select host, user, password from mysql.user;