当前位置:网站首页>Mysql8.0 cannot authorize users or prompt you are not allowed to create a user with grant
Mysql8.0 cannot authorize users or prompt you are not allowed to create a user with grant
2022-07-28 22:31:00 【5xp_ two thousand and one】
mysql8.0 Unable to authorize or prompt the user You are not allowed to create a user with GRANT The problem of
A hint means not to use grant Create user ,mysql8.0 Previous versions can use grant Create users implicitly when authorizing ,8.0 No support for , So you have to create users first , And then authorize , The order is as follows :
mysql> create user 'root'@'xx.xx.xx.xx' identified by 'xxxxxxxxx';
Query OK, 0 rows affected (0.05 sec)
mysql> grant all privileges on *.* to 'root'@'xxxxx.xx.xx.xx';
Query OK, 0 rows affected (0.02 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.03 sec)
边栏推荐
- Kali source solution software cannot be installed correctly
- 乌官员:乌克兰一半农产品经多瑙河港口出口
- 6K6w5LiA5qyh5pS75Ye75YiG5p6Q
- 105. Construct binary tree from preorder and inorder traversal sequence (medium binary tree DFS hash table binary tree)
- HCIP(12)
- 什么是时间复杂度
- Summary of the use of hash table set and map when leetcode brushes questions
- mysql8.0无法给用户授权或提示You are not allowed to create a user with GRANT的问题
- ATT&CK 威胁情报
- ssh免密登陆
猜你喜欢

When can I sign up for the 2022 class I constructor examination?

PaddleNLP基于ERNIR3.0文本分类:WOS数据集为例(层次分类)

6K6w5LiA5qyh5pS75Ye75YiG5p6Q
![[CVPR 2021] cylinder3d: cylindrical asymmetric 3D convolution network for LIDAR point cloud segmentation](/img/3d/3def78ec88419712e14cf437e21447.png)
[CVPR 2021] cylinder3d: cylindrical asymmetric 3D convolution network for LIDAR point cloud segmentation

HCIP(11)

Overall introduction of Ruiji takeout project

MySQL installation and configuration (super detailed, simple and practical)

示波器发展史中的变化

Win11 how to open software notification

The blueprint of flask complements openpyxl
随机推荐
The blueprint of flask complements openpyxl
普源示波器实际的使用效果怎么样
SQL注入 Less34(POST型宽字节注入+布尔盲注)
TensorFlow Serving 高性能的机器学习模型服务系统
Mysql内置函数
105. Construct binary tree from preorder and inorder traversal sequence (medium binary tree DFS hash table binary tree)
乌官员:乌克兰一半农产品经多瑙河港口出口
The binary search boundary value processing based on leetcode35 is used to clarify the boundary value of the judgment condition using the idea of interval
npm ERR code ETIMEDOUT npm ERR syscall connect npm ERR errno ETIMEDOUT npm ERR network reques...
2021 mathematical modeling group B exercise
vuejs中如何实现动态路由切换及路由的缓存
Solve the problem that TS node xxx.ts executes TS code and reports errors
Necessary for in-depth learning: split the data set, split the labels according to the split pictures, and check the interval of all marked labels
75. Color classification (medium array double pointer sorting)
Ordinary practice of JS DOM programming
Hcip seventh experiment
[Ruiji takeout project] Day5 - Chapter 6 mobile verification code login
Solve Jupiter: the term 'Jupiter' is not recognized as the name of a cmdlet, function, script file
[CVPR 2021] cylinder3d: cylindrical asymmetric 3D convolution network for LIDAR point cloud segmentation
6K6w5LiA5qyh5pS75Ye75YiG5p6Q