当前位置:网站首页>A solution for adding new MySQL users that cannot be authorized
A solution for adding new MySQL users that cannot be authorized
2022-07-22 03:48:00 【arthur. dy.lee】
grant all privileges on lee.* to [email protected]’%’ identified by ‘eee’;
Create user lee password eee
CREATE USER ‘lee’@’%’ IDENTIFIED BY ‘eee’;
modify user Registered users in the table lee
update user set host=’%’ where user=‘lee’;
to grant authorization : This time it was a failure , It's OK to do it again
Grant all privileges on . to ‘lee’@’%’;
Re authorize : This time ok 了
Grant all privileges on . to ‘lee’@’%’;
边栏推荐
- Part 108 compound simple deployment
- 【已解决】cvc-datatype-valid.1.2.1: ‘‘ 不是 ‘NCName‘ 的有效值。
- 乘数科技云管控平台适配阿里云PolarDB,共促云原生数据库生态繁荣
- "F5g+eiot" build the energy Internet of things and help the data service of the power Internet of things
- 科创人·观远数据CEO苏春园:让业务用起来,是BI行业推倒渗透率之墙的关键
- Part 109 liquid in compound
- Arrays
- CyberPanel免费开源面板-高速LSCache免费SSL证书-可自建DNS和企业邮局
- Unity的相机的世界坐标Postion、Rotation、Scale怎样转换成View矩阵
- 合并k个升序列表
猜你喜欢
SCA在得物DevSecOps平台上应用
Techempower web框架性能测试第21轮结果发布--asp.net core继续前进
腾讯浏览器服务TBS使用
ASP. Net GridView dynamically displays hidden columns and saves the customer's configuration (user control cookie version)
[译] PostgreSQL 怎么决定PG 的备份策略
“F5G+EIoT“构建能源物联网,助力电力物联网数据服务
"F5g+eiot" build the energy Internet of things and help the data service of the power Internet of things
乘数科技云管控平台适配阿里云PolarDB,共促云原生数据库生态繁荣
yii2渲染自定义模板文件
Design and application of prepaid platform on power reform policy
随机推荐
asp.net core、c#关于路径的总结
CLion配置WSL工具链
yii2渲染自定义模板文件
Seckill design
“F5G+EIoT“构建能源物联网,助力电力物联网数据服务
Try to divide to find the divisor
国产数据库的春天里
数据中心末端直流配电系统产品的应用
Part 101 blind box smart contract (erc1155)
C language exercises - structure and union
初识数据库
zooInspector 下载
IDEA发布可运行的JAR包
Application of breadth first traversal BFS and depth first traversal DFS to graph -- cloning graph based on leetcode133
阿里程序员,工作6年,真实薪资曝光
VS2017离线安装
PostgreSQL每周新闻—2022年7月13日
JS高级 之 ES5 实现继承
运动员和教练案例代码
npm 与 yarn 发展史