Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何导出 MySQL 数据库用户?我认为用户有权访问mysql。非常感谢。
MySQL 用户存储在 mysql 数据库中的 user 表中。
use mysql; select * from user where user= 'Charlie'
会给你查理的用户记录。