mysql8.0创建新用户

查看当前用户 use mysql; select current_user(); 或者: select User, authentication_string , Host from user; 查看权限 show grants for 'user'@'ip'; 或者 show grants; 创建
posted @ 2023-06-15 10:42  谁主沉浮1226  阅读(81)  评论(0编辑  收藏  举报