当前位置:网站首页>linux下配置Mysql授权某个用户远程访问,不受ip限制
linux下配置Mysql授权某个用户远程访问,不受ip限制
2022-07-02 13:43:00 【多汁多味】
1. 登录mysql
mysql -u root -p
2. 用户管理
use mysql;
3. 查看用户
select host,user from user;
4. 新建并授权用户
# (*.*是允许远程访问的IP的值, 用户名建议不要使用root, '%'表示所有IP)
grant all privileges on *.* to '用户名'@'%' identified by '密码' with grant option;
flush privileges;
5. 更新用户信息
# 根据user和host条件 更新host为 %
update user set Host = '%' where Host = 'localhost' & user = 'xxxin_999';
flush privileges;
6. 删除用户
delete from user where user="xxxin_999" and Host="localhost";
flush privileges;
边栏推荐
- 分析超700万个研发需求发现,这8门编程语言才是行业最需要的!
- <四> H264解码输出yuv文件
- Foreign enterprise executives, continuous entrepreneurs, yoga and skiing masters, and a program life of continuous iteration and reconstruction
- Thinking about absolute truth and relative truth
- Exploration and practice of integration of streaming and wholesale in jd.com
- SQL solves the problem of continuous login deformation holiday filtering
- Mysql database mysqldump why there is no statement to create a database
- 数学分析_笔记_第6章:一元函数的Riemann积分
- 流批一体在京东的探索与实践
- 大廠面試總結大全
猜你喜欢
Go zero micro service practical series (VIII. How to handle tens of thousands of order requests per second)
The login box of unity hub becomes too narrow to log in
DigiCert SSL证书支持中文域名申请吗?
自注意力机制和全连接的图卷积网络(GCN)有什么区别联系?
Recalling the college entrance examination and becoming a programmer, do you regret it?
SSM integration exception handler and project exception handling scheme
Mysql database mysqldump why there is no statement to create a database
[error record] the connection of the flutter device shows loading (disconnect | delete the shuttle/bin/cache/lockfile file)
TCP server communication process (important)
Which software is good for machine vision?
随机推荐
Exploration and practice of integration of streaming and wholesale in jd.com
Today in history: Alipay launched barcode payment; The father of time-sharing system was born; The first TV advertisement in the world
sim2real环境配置教程
PWM breathing lamp
曆史上的今天:支付寶推出條碼支付;分時系統之父誕生;世界上第一支電視廣告...
Yyds dry inventory uses thread safe two-way linked list to realize simple LRU cache simulation
Aujourd'hui dans l'histoire: Alipay lance le paiement par code à barres; La naissance du père du système de partage du temps; La première publicité télévisée au monde...
Summary of monthly report | list of major events of moonbeam in June
Yyds dry inventory company stipulates that all interfaces use post requests. Why?
LeetCode 1. 两数之和
Global and Chinese markets for disposable insulin pumps 2022-2028: Research Report on technology, participants, trends, market size and share
pwm呼吸灯
618深度複盤:海爾智家的制勝方法論
Classic quotations
隐私计算技术创新及产业实践研讨会:学习
What is the difference between self attention mechanism and fully connected graph convolution network (GCN)?
做机器视觉哪个软件好?
小鹏P7雨天出事故安全气囊没有弹出 官方回应:撞击力度未达到弹出要求
LeetCode 3. 无重复字符的最长子串
Résumé de l'entrevue de Dachang Daquan