【MySQL】MySQL数据库的用户权限管理

# docker exec -it mysql mysql -u root -p"[email protected]"   查看MySQL数据库管理员[email protected]‘localhost’ 的用户权限 >  select * from mysql.user where user="root" and host='localhost' \G;     >  CREATE DATAB
相关文章
相关标签/搜索