当前位置:网站首页>MySQL supports IP access
MySQL supports IP access
2022-04-23 12:53:00 【Rain fish in summer】
mysql Support ip visit
mysql Support ip visit
command
mysql -u root -p123456
use mysql
select user,host from user;
update user set host = '%' where user = 'root';
select user,host from user;
grant all privileges on *.* to 'root'@'%' with grant option;
flush privileges;
Screenshot
版权声明
本文为[Rain fish in summer]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231252487215.html
边栏推荐
- Synchronously update the newly added and edited data to the list
- SSM framework series - annotation development day2-2
- Flash project cross domain interception and DBM database learning [Baotou cultural and creative website development]
- Jiachen chapter Genesis "inner universe" joint Edition
- How to prevent the website from being hacked and tampered with
- Homomorphic encryption technology learning
- Remote sensing image classification and recognition system based on convolutional neural network
- BUUCTF WEB [BUUCTF 2018]Online Tool
- 梳理網絡IP代理的幾大用途
- SynchronousQueue 源码解析
猜你喜欢
Try the server for one month for free, and attach the tutorial
Date time type in database
【每日一题】棋盘问题
软件测试周刊(第68期):解决棘手问题的最上乘方法是:静观其变,顺水推舟。
Process virtual address space partition
如何实现点击一下物体播放一次动画
Kubernets Getting started tutoriel
4. DRF permission & access frequency & filtering & sorting
[csnote] ER diagram
【csnote】ER图
随机推荐
31. 下一个排列
Introduction to metalama 4 Use fabric to manipulate items or namespaces
21 天学习MongoDB笔记
Customize the shortcut options in El date picker, and dynamically set the disabled date
If you were a golang interviewer, what questions would you ask?
How do traditional enterprises cope with digital transformation? These books give you the answer
[csnote] ER diagram
航芯技术分享 | ACM32 MCU安全特性概述
21 days learning mongodb notes
Zigbee之CC2530最小系统及寄存器配置(1)
产品开发都应该知道的8个网站,增强工作体验
[vulnhub range] - DC2
Get the punch in record of nailing attendance machine
Aviation core technology sharing | overview of safety characteristics of acm32 MCU
Jiachen chapter Genesis "inner universe" joint Edition
The continuous construction of the Internet industry platform is not only able to collect traffic
软件测试周刊(第68期):解决棘手问题的最上乘方法是:静观其变,顺水推舟。
At instruction of nbiot
Luogu p5540 [balkanoi2011] timeismoney | minimum product spanning tree problem solution
uni-app 原生APP-本地打包集成极光推送(JG-JPUSH)详细教程