This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
当我们建立一个 MySQL 数据库系统时,系统会自动创建一个 MySQL 数据库,其中有多个表,例如db,event,func,host,servers,slow_log,user_info etc.
In table 我可以通过执行除密码之外user_info的查询来获取用户列表及其详细信息。select * from user_info;
But in which table MySQL store the password of every users?