当前位置:网站首页>远程连接服务器的MySql
远程连接服务器的MySql
2022-07-30 05:48:00 【HDLaZy】
开启服务器的3306端口
进入服务器的mysql服务
mysql -u用户名 -p
show databases;
- 进入mysql的数据库,查看user表
use mysql;
show tables;
select user,host from user;
- 修改root的host为%
update user set host='%' where user='root';
#刷新即可
flush privileges
边栏推荐
- c语言编程练习
- Simple use of xftp
- com.alibaba.datax.common.exception.DataXException: Code:[ESWriter-03]
- VSCode hides the left activity bar
- 测试题第三个
- libgrape-lite: 提供 GraphScope 的图分析能力
- Interactively compose graphs in GraphScope based on the JupyterLab plugin
- 图扑数字孪生青岛城轨,赋能智慧交通低碳发展
- Vineyard: 开源分布式内存数据管理框架
- GAIA-IR:GraphScope 上的并行化图查询引擎
猜你喜欢
进制详解(二进制、八进制、十进制、十六进制详解及相互转换,位运算)
How to open terminal in VsCode
libgrape-lite on GPUs: GPU helps accelerate graph analysis tasks
Cas 80750-24-9,去硫代生物素 N-羟基琥珀酰亚胺,淡黄色固体
Unity Shader 标准光照模型——漫反射
为数字政府构建智能化网络安全管控体系
C 语言之学生管理系统-多文件编程
陕西Biotin-LC_CAS:72040-64-3_N-生物素氨基己酸供应商价格
Shortcut keys commonly used in the use of Word
基于 JupyterLab 插件在 GraphScope 中交互式构图
随机推荐
替换xxx.jar的class文件命令
Event Delivery and Responder Chains
Biotin-NHS LC(72040-63-2)生物素接头|站点特定探针
VSCode hides the left activity bar
Shortcut keys commonly used in the use of Word
libgrape-lite on GPUs:GPU助力加速图分析任务
【无标题】
含 3 个单元 PEG 的 ADC linker的PC DBCO-PEG3-Biotin
02-Cycript的使用
IO进程线程->文件IO->day2
51数码管显示
GCD timer
基于STM32F103的消防系统之驱动电机风扇
OP 代币和不可转让的 NFT 致力于建立新的数字民主
libgrape-lite: 提供 GraphScope 的图分析能力
rsync使用方法之坑
爬楼梯C语言
Ingress:从静态图分析到动态图分析
二、1稀疏sparsearray数组
实现二叉树--实现删除